From 90a41ecd265d356ba6ff5707e3e37396c0ffb874 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Thu, 8 Sep 2022 19:20:02 +0200 Subject: [PATCH] Increase contrast for web UI footer While it should be de-emphasised contrast still needs to be good enough to not cause problems. --- static/self.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/self.css b/static/self.css index f7d4407..0de7ba6 100644 --- a/static/self.css +++ b/static/self.css @@ -139,7 +139,7 @@ video { } .footer ul li a { - color: #999; + color: #555; margin-right: 10px; }