From 52816720006258d228cc6267fbd3d61ae0af20e3 Mon Sep 17 00:00:00 2001 From: Tanner Collin 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; + } - +
+ +