From 38e092e6495a6da54f6cc582f323a5e7ea798a93 Mon Sep 17 00:00:00 2001 From: rick Date: Sat, 3 Jan 2026 14:54:39 +0100 Subject: [PATCH] merge rules for color in footer --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 478a619..4b3302e 100644 --- a/css/style.css +++ b/css/style.css @@ -105,11 +105,10 @@ footer { #footer-text p { justify-self: center; margin: 0; - color: white; text-align: center; } -#footer-text a, #footer-text span { +div#footer-text * { color: white; } -- 2.34.1