From fdc38b9039e4c92ec4889ed94e6825ee6e03acca Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Tue, 21 Feb 2023 18:40:15 -0700 Subject: [PATCH] Set footer text to a lighter color for contrast. --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 19f28da..37e23d7 100644 --- a/css/main.css +++ b/css/main.css @@ -297,7 +297,7 @@ iframe[src*=itch] { } #footerText { - color: steelblue; + color: lightsteelblue; } @media screen and (min-width: 700px) {