Set footer text to a lighter color for contrast.

This commit is contained in:
Kaj Forney 2023-02-21 18:40:15 -07:00
parent 64c033b563
commit fdc38b9039
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F

View file

@ -297,7 +297,7 @@ iframe[src*=itch] {
}
#footerText {
color: steelblue;
color: lightsteelblue;
}
@media screen and (min-width: 700px) {