forked from NewPipe-eV/website
Update footer background colors to increase contrast and readability
Background is brighter now
This commit is contained in:
parent
b605eb26cc
commit
c8804cd23e
|
@ -1687,7 +1687,7 @@ pre {
|
|||
padding: 45px 0 45px 0;
|
||||
color: #822121;
|
||||
text-align: center;
|
||||
background: #71797E;
|
||||
background: #929ba1;
|
||||
}
|
||||
|
||||
#footer h2 {
|
||||
|
@ -1718,13 +1718,12 @@ pre {
|
|||
/* Copyright */
|
||||
|
||||
#copyright {
|
||||
border-top: solid 1px #56595c;
|
||||
box-shadow: inset 0px 1px 0px 0px #56595c;
|
||||
border-top: solid 1px #616771;
|
||||
text-align: center;
|
||||
padding: 45px 0 80px 0;
|
||||
color: #822121;
|
||||
font-size: smaller;
|
||||
background: #71797E;
|
||||
background: #929ba1;
|
||||
}
|
||||
|
||||
#copyright a {
|
||||
|
|
Loading…
Reference in New Issue