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 {
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue