From: rick Date: Fri, 24 Dec 2021 12:17:11 +0000 (+0100) Subject: fix(footer): change contrast X-Git-Tag: vFR_EN~57 X-Git-Url: http://git.gyiwr.tf/?a=commitdiff_plain;h=6e48092f6426b3b6b45d86b5e00ec847ed396302;p=gyiwr.git fix(footer): change contrast --- diff --git a/css/style.css b/css/style.css index 45f75e2..69dc771 100644 --- a/css/style.css +++ b/css/style.css @@ -23,7 +23,7 @@ header a { } footer { - background-color: #3857b2; + background-color: #304B99; padding: 1em; text-align: center; } @@ -40,10 +40,11 @@ footer { #footer-text p { justify-self: center; margin: 0; + color: white; } -#footer-text a { - color: black; +#footer-text a, #footer-text span { + color: white; } #footer-contact {