From faf0a311509a375bda7fdf6881ce1453af036fb8 Mon Sep 17 00:00:00 2001 From: Rahix Date: Thu, 12 Mar 2026 00:11:47 +0100 Subject: [PATCH] [FAFO] Fix menu text color not having enough contrast With the background image, we need to make the text a bit darker for contrast. --- style.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.ini b/style.ini index 93e0977..4ff8759 100755 --- a/style.ini +++ b/style.ini @@ -150,7 +150,7 @@ __text_webframe__ = "#696969" ; @ini_text_webframe ; icons: usertools, pagetools, metabox, tabbox -__nav_menu_color__ = "#696969" ; @ini_nav_menu_color +__nav_menu_color__ = "#494949" ; @ini_nav_menu_color __nav_menu_hover_color__ = "#286da8" ; @ini_nav_menu_hover_color __nav_menu_hover_bg__ = "#FFF" ; @ini_nav_menu_hover_bg