From ec8f9920f78741343c9725578f14e7f9e0e98bbf Mon Sep 17 00:00:00 2001 From: rick Date: Sat, 3 Jan 2026 14:55:56 +0100 Subject: [PATCH] merge rules for color in footer --- css/ccc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/ccc.css b/css/ccc.css index a79efb1..5c70b7c 100644 --- a/css/ccc.css +++ b/css/ccc.css @@ -176,7 +176,7 @@ footer { font-family: OfficerSans; } -#footer-text p, #footer-text span, #footer-text a { +div#footer-text * { color: var(--color-neutral); } -- 2.34.1