mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
- dark mode
This commit is contained in:
@@ -151,4 +151,19 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.navigation {
|
||||
|
||||
.links li a {
|
||||
color: $dark-mode-text;
|
||||
}
|
||||
|
||||
&.white {
|
||||
background: rgba(darken($theme-bg-dark, 10%), 0.9);
|
||||
backdrop-filter: blur(18px);
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user