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