mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
- dark mode
This commit is contained in:
@@ -296,4 +296,19 @@
|
||||
margin-bottom: 120px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
.oasis-header {
|
||||
background: darken($theme-bg-dark, 10%);
|
||||
|
||||
.main-title {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.cloud {
|
||||
opacity: 0.03;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user