dark mode switch v2

This commit is contained in:
zoe 2022-04-09 22:23:18 +02:00
parent 5eb64ef1e5
commit 873317081b
2 changed files with 21 additions and 54 deletions

View file

@ -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 {
}