From df0a5cd2b3baa5825f9275a9f258526a0e0590b8 Mon Sep 17 00:00:00 2001 From: Tanner Date: Mon, 2 Nov 2020 00:36:11 +0000 Subject: [PATCH] Fix noscript font color --- webclient/public/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webclient/public/index.html b/webclient/public/index.html index 76cd37c..ece757b 100644 --- a/webclient/public/index.html +++ b/webclient/public/index.html @@ -35,10 +35,15 @@ body { background: #000; } + .nojs { + color: white; + } - +
+ +