mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: apply default theme colors
This commit is contained in:
parent
d92f93a857
commit
0aeaab4179
1 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,11 @@
|
|||
}
|
||||
|
||||
// Following rules are organized according to common variables to reduce output CSS size
|
||||
:root, // default
|
||||
:root {
|
||||
// default, e.g. when not login
|
||||
@include setVariables(light.$variables);
|
||||
}
|
||||
|
||||
:root {
|
||||
&[data-color-mode='light'][data-light-theme='light'],
|
||||
&[data-color-mode='dark'][data-dark-theme='light'] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue