mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 10:20:38 +00:00
dark mode for teams
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.dark-mode {
|
||||
.dark {
|
||||
.popup-wrapper {
|
||||
background: $dark_mode_foreground;
|
||||
box-shadow: $dark_mode_popup_shadow;
|
||||
@@ -150,7 +150,7 @@
|
||||
|
||||
@media only screen and (max-width: 690px) {
|
||||
|
||||
.dark-mode {
|
||||
.dark {
|
||||
.popup-wrapper {
|
||||
background: $dark_mode_background;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user