From 09742a5cd7a45d7cb0802836c03e299d7b9de645 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sun, 24 Dec 2023 08:23:40 +0000 Subject: styles.css: Improve contrast on footer --- src/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/styles.css b/src/static/styles.css index 90e7842..38d1df0 100644 --- a/src/static/styles.css +++ b/src/static/styles.css @@ -200,6 +200,6 @@ footer > span { } footer > span { - background: #646464; + background: #424242; } } -- cgit