From b648f1a4693a4048477723b517eed75bbd30391d Mon Sep 17 00:00:00 2001 From: Maanya Nuthalapati Date: Wed, 1 Oct 2025 21:11:15 +0530 Subject: [PATCH] [BUG FIX]solved the footer section --- style.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/style.css b/style.css index 3dc57c1e..0de2245f 100644 --- a/style.css +++ b/style.css @@ -2434,3 +2434,34 @@ } } + +.site-footer, +.site-footer * { + color: #000000 !important; /* make all footer text black */ +} + +.site-footer a { + color: #000000 !important; + opacity: 1 !important; /* ensure text is solid */ +} + +.site-footer a:hover { + color: #15803d !important; /* optional: green hover to match your theme */ +} + +/* Optional: remove text shadow if previously added */ +.site-footer { + text-shadow: none !important; +} +.site-footer * { + text-decoration: none !important; +} + +.site-footer a::before, +.site-footer a::after { + content: none !important; +} + +.site-footer a { + border: none !important; +} \ No newline at end of file