mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
- dark mode
This commit is contained in:
Vendored
-1
@@ -11,7 +11,6 @@
|
||||
}
|
||||
|
||||
.oasis-footer {
|
||||
background: white;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
Vendored
+3
@@ -1,3 +1,6 @@
|
||||
$dark-mode-text: #bec6cf;
|
||||
$dark-mode-background: #141414;
|
||||
|
||||
$text-primary: #312E5C;
|
||||
$text-secondary: #545E71;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user