fix(footer): change contrast
This commit is contained in:
parent
bc723363ab
commit
6e48092f64
1 changed files with 4 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue