aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/rsrc/css/dark.scss
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2023-02-01 13:15:49 +0100
committerThomas Lange <code@nerdmind.de>2023-02-01 13:19:52 +0100
commit819f05e5c8aa3306681bf2575941d823712892d7 (patch)
tree55fb7968d740edf8bc8d18af9689f6687b3d680d /theme/admin/rsrc/css/dark.scss
parentef6a02320c49d7117fb5b90e364de80535d4b933 (diff)
downloadblog-819f05e5c8aa3306681bf2575941d823712892d7.tar.gz
blog-819f05e5c8aa3306681bf2575941d823712892d7.tar.xz
blog-819f05e5c8aa3306681bf2575941d823712892d7.zip
Darken the background color of the header
Use SCSS variables for the background color of the header and darken it a bit more for the dark theme of the "admin" template.
Diffstat (limited to 'theme/admin/rsrc/css/dark.scss')
-rw-r--r--theme/admin/rsrc/css/dark.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/admin/rsrc/css/dark.scss b/theme/admin/rsrc/css/dark.scss
index 3c4ace8..472095a 100644
--- a/theme/admin/rsrc/css/dark.scss
+++ b/theme/admin/rsrc/css/dark.scss
@@ -9,7 +9,8 @@ $borderColor: #1D232B;
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Header and navigation
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
-$headerBarTextColor: #333;
+$headerBarTextColor: #000;
+$headerBarBackgroundColor: #3B546A;
$navigationLinkBackgroundColor: #2D333B;
$navigationLinkFocusedBackgroundColor: #1D232B;