From faf0d99db8b7763533f3b4b1306722c34ff9a4a8 Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 10 Mar 2026 20:33:05 +0100 Subject: [PATCH] [FAFO] Use FAFO green as the link color --- style.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.ini b/style.ini index 51e92df..93e0977 100755 --- a/style.ini +++ b/style.ini @@ -171,9 +171,9 @@ __highlight_text__ = "#252525" ; @ini_highlight_text ; these are used for links -__existing__ = "#286DA8" ; @ini_existing +__existing__ = "#0faf00" ; @ini_existing __missing__ = "#CD5360" ; @ini_missing -__link__ = "#286DA8" ; @ini_link +__link__ = "#0faf00" ; @ini_link ; buttons: submit, links styled like buttons, togglebuttons