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/dark.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'theme/admin/rsrc/css/dark.scss') 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; -- cgit v1.2.3