From 819f05e5c8aa3306681bf2575941d823712892d7 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 1 Feb 2023 13:15:49 +0100 Subject: 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. --- theme/admin/rsrc/css/import/_styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme/admin/rsrc/css/import') 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; } -- cgit v1.2.3