From 6e48092f6426b3b6b45d86b5e00ec847ed396302 Mon Sep 17 00:00:00 2001 From: rick Date: Fri, 24 Dec 2021 13:17:11 +0100 Subject: [PATCH] fix(footer): change contrast --- css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 {