mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 11:15:58 +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;
|
||||
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ $light_mode_vignette: rgba(9, 8, 12, 0.35);
|
||||
|
||||
// Dark Mode
|
||||
$dark_mode_vignette: rgba(0, 0, 0, 0.3);
|
||||
$dark_mode_background: #131414;
|
||||
$dark_mode_background: #141414;
|
||||
$dark_mode_foreground: #1e2024;
|
||||
$dark_mode_text_primary: #bec6cf;
|
||||
$dark_mode_text_secondary: #7d858c;
|
||||
|
||||
Reference in New Issue
Block a user