diff options
author | Thomas Lange <code@nerdmind.de> | 2023-02-01 13:15:49 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2023-02-01 13:19:52 +0100 |
commit | 819f05e5c8aa3306681bf2575941d823712892d7 (patch) | |
tree | 55fb7968d740edf8bc8d18af9689f6687b3d680d /theme/admin/rsrc/css/import | |
parent | ef6a02320c49d7117fb5b90e364de80535d4b933 (diff) | |
download | blog-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/import')
-rw-r--r-- | theme/admin/rsrc/css/import/_styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/rsrc/css/import/_styles.scss b/theme/admin/rsrc/css/import/_styles.scss index 4ee4f5b..93c0d8f 100644 --- a/theme/admin/rsrc/css/import/_styles.scss +++ b/theme/admin/rsrc/css/import/_styles.scss @@ -187,7 +187,7 @@ body { } &.background { - background: #5E819F; + background: $headerBarBackgroundColor; position: sticky; top: 0; } |