From 828f2bdd44047581dd6f0b3480d6a9bb70ebcdb6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 21 Aug 2024 12:35:55 +0200 Subject: [PATCH] CSS: Make the black less agressive Signed-off-by: Michael Tremer --- html/html/themes/ipfire/include/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 54d0f12e5b..85a24deb05 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -7,7 +7,7 @@ --color-blue-invert : #ffffff; --color-orange : #ff9933; --color-orange-invert : #ffffff; - --color-black : #000000; + --color-black : #363636; --color-black-invert : #ffffff; --color-grey : #d6d6d6; --color-light-grey : #f0f0f0; -- 2.39.5