From 655d104fbe5cf3610e2457e62059e63662250809 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Sun, 20 Dec 2020 15:49:48 +0000 Subject: [PATCH] Improve noscript styling --- public/index.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index 7b5f7fe..dd08d6c 100644 --- a/public/index.html +++ b/public/index.html @@ -40,7 +40,15 @@ padding: 0; } - #splash { + noscript { + color: #cccccc; + font-size: 1rem; + font-family: sans-serif; + text-align: center; + line-height: 1.25; + } + + #splash, noscript { position: fixed; top: 0; left: 0; @@ -119,12 +127,12 @@ - - + +