mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
dark mode for teams
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.dark-mode {
|
||||
.dark {
|
||||
.file-preview {
|
||||
background-color: $dark_mode_background;
|
||||
}
|
||||
|
||||
@@ -241,7 +241,7 @@ export default {
|
||||
}
|
||||
|
||||
|
||||
.dark-mode {
|
||||
.dark {
|
||||
|
||||
.navigation-arrows {
|
||||
.prev, .next {
|
||||
|
||||
@@ -341,7 +341,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.dark-mode {
|
||||
.dark {
|
||||
.navigation-panel {
|
||||
background-color: $dark_mode_background;
|
||||
color: $dark_mode_text_primary;
|
||||
|
||||
Reference in New Issue
Block a user