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 {
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 {