From: Michael Tremer Date: Wed, 21 Aug 2024 10:35:55 +0000 (+0200) Subject: CSS: Make the black less agressive X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=828f2bdd44047581dd6f0b3480d6a9bb70ebcdb6;p=people%2Fmfischer%2Fipfire-2.x.git CSS: Make the black less agressive Signed-off-by: Michael Tremer --- diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 54d0f12e5..85a24deb0 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;