mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
Dark mode switcher
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.dark-mode {
|
||||
.file-item {
|
||||
.icon-item .file-icon {
|
||||
path {
|
||||
@@ -205,8 +205,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 690px) and (prefers-color-scheme: dark) {
|
||||
.file-item {
|
||||
@media (max-width: 690px) {
|
||||
.dark-mode .file-item {
|
||||
.icon-item .file-icon {
|
||||
path {
|
||||
fill: $dark_mode_foreground;
|
||||
|
||||
Reference in New Issue
Block a user