From a442607d810366b2eec56b35adbfa63a3af67c59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 25 Jun 2025 04:54:16 +0200 Subject: [PATCH] Continued: - "black/white" are not working anymore --- view/theme/frio/scheme/stolzmonat_DE.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/view/theme/frio/scheme/stolzmonat_DE.php b/view/theme/frio/scheme/stolzmonat_DE.php index d8b1925191..b4d17b2389 100644 --- a/view/theme/frio/scheme/stolzmonat_DE.php +++ b/view/theme/frio/scheme/stolzmonat_DE.php @@ -5,10 +5,10 @@ * * This is satire! */ -$nav_bg = "black"; -$nav_icon_color = "white"; +$nav_bg = "#000000"; +$nav_icon_color = "#ffffff"; $background_color = "#ededed"; $link_color = "#d4333d"; $contentbg_transp = 100; -$nav_icon_hover_color = "black"; -$btn_primary_hover_color = "black"; +$nav_icon_hover_color = "#000000"; +$btn_primary_hover_color = "#000000"; -- 2.39.5