- dark mode

This commit is contained in:
Peter Papp
2021-04-06 07:23:43 +02:00
parent 2ca4d4a02d
commit e0daa46b50
12 changed files with 280 additions and 588 deletions
-1
View File
@@ -11,7 +11,6 @@
}
.oasis-footer {
background: white;
display: flex;
align-items: center;
justify-content: space-between;
+3
View File
@@ -1,3 +1,6 @@
$dark-mode-text: #bec6cf;
$dark-mode-background: #141414;
$text-primary: #312E5C;
$text-secondary: #545E71;
+1 -1
View File
@@ -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;