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

@@ -64,7 +64,7 @@
background-color: white;
}
.dark-mode {
.dark {
.file-preview {
background-color: $dark_mode_background;
}

View File

@@ -241,7 +241,7 @@ export default {
}
.dark-mode {
.dark {
.navigation-arrows {
.prev, .next {

View File

@@ -341,7 +341,7 @@
}
}
.dark-mode {
.dark {
.navigation-panel {
background-color: $dark_mode_background;
color: $dark_mode_text_primary;