From: Roland Häder Date: Wed, 25 Jun 2025 02:54:16 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a442607d810366b2eec56b35adbfa63a3af67c59;p=friendica.git Continued: - "black/white" are not working anymore --- 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";