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

@@ -113,7 +113,7 @@
@import '/resources/sass/vuefilemanager/_variables';
@import '/resources/sass/vuefilemanager/_mixins';
.dark-mode {
.dark {
}
</style>

View File

@@ -65,7 +65,7 @@
}
}
.dark-mode {
.dark {
.widget-value {
span {

View File

@@ -58,7 +58,7 @@
}
}
.dark-mode {
.dark {
.widget-content {
background: $dark_mode_foreground;
}