dark mode for teams

This commit is contained in:
Čarodej
2021-10-26 06:57:40 +02:00
parent d4990d8d5f
commit fda82d6dbf
117 changed files with 371 additions and 240 deletions

View File

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