mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
dark mode switch v2
This commit is contained in:
parent
5eb64ef1e5
commit
873317081b
2 changed files with 21 additions and 54 deletions
|
@ -8,19 +8,14 @@ $dark-fg: white;
|
|||
$dark-ln: blue;
|
||||
$dark-active: green;
|
||||
|
||||
|
||||
|
||||
body {
|
||||
&.light{
|
||||
background-color: $light-bg;
|
||||
color: $light-fg;
|
||||
}
|
||||
&.dark{
|
||||
background-color: $dark-bg;
|
||||
color: $dark-fg;
|
||||
}
|
||||
}
|
||||
|
||||
color: $dark-bg;
|
||||
}
|
||||
a {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue