mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
dark mode update
This commit is contained in:
@@ -84,4 +84,18 @@
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.duplicator {
|
||||
|
||||
.duplicator-item {
|
||||
background: $dark_mode_foreground;
|
||||
|
||||
input,
|
||||
textarea {
|
||||
background: $dark_mode_background;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user