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

@@ -30,16 +30,16 @@ export default {
}
}
@media (prefers-color-scheme: dark) {
.dark-mode {
.progress-bar {
background: $dark_mode_foreground;
}
}
@media only screen and (min-width: 680px) and (prefers-color-scheme: dark) {
@media only screen and (min-width: 680px) {
.progress-bar {
.dark-mode .progress-bar {
background: $dark_mode_foreground;
}
}