Update footer background colors to increase contrast and readability

Background is brighter now
This commit is contained in:
Tobias 2024-01-03 17:37:22 +01:00
parent b605eb26cc
commit c8804cd23e
Signed by: tobigr
GPG Key ID: 1081A7AAB3E37791
1 changed files with 3 additions and 4 deletions

View File

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