From cac48fc4bf2d36004dce57be0c6039460b4d2fd5 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 24 Jan 2023 09:29:00 +0000 Subject: use light colored navbar for light mode - this makes the focus light schema redundant --- view/theme/redbasic/php/style.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/theme/redbasic/php') diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index aef688ef2..b58ac98d8 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -72,10 +72,10 @@ if ((!$schema) || ($schema == '---')) { //Set some defaults - we have to do this after pulling owner settings, and we have to check for each setting //individually. If we don't, we'll have problems if a user has set one, but not all options. if (! $nav_bg) - $nav_bg = 'rgba(33, 37, 41, 1)'; + $nav_bg = 'rgba(248, 249, 250, 1)'; if (! $nav_bg_dark) - $nav_bg_dark = 'rgba(0, 0, 0, 1)'; + $nav_bg_dark = 'rgba(43, 48, 53, 1)'; if (! $link_color) $link_color = '#0d6efd'; -- cgit v1.2.3