fix(footer): change contrast

This commit is contained in:
rick 2021-12-24 13:17:11 +01:00
parent bc723363ab
commit 6e48092f64
Signed by: Rick
GPG key ID: 2B593F087240EE99

View file

@ -23,7 +23,7 @@ header a {
} }
footer { footer {
background-color: #3857b2; background-color: #304B99;
padding: 1em; padding: 1em;
text-align: center; text-align: center;
} }
@ -40,10 +40,11 @@ footer {
#footer-text p { #footer-text p {
justify-self: center; justify-self: center;
margin: 0; margin: 0;
color: white;
} }
#footer-text a { #footer-text a, #footer-text span {
color: black; color: white;
} }
#footer-contact { #footer-contact {