Dark mode switcher

This commit is contained in:
Peter Papp
2021-07-23 17:16:42 +02:00
parent be2690fd1c
commit 32d54fa50e
113 changed files with 565 additions and 452 deletions

View File

@@ -34,7 +34,7 @@ export default {
background-color: darken($light_background, 5%);
}
@media (prefers-color-scheme: dark) {
.dark-mode {
.is-deactive {
background-color: lighten($dark_mode_foreground, 10%);