From eda3e6ff78304168b72f2b8e95fe5b6c98f18b14 Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 11 Nov 2024 18:10:49 -0500 Subject: [PATCH] swap preload for a blank overlay that removes itself when the css is fully loaded --- public/index.html | 7 ++----- public/style.css | 4 ++++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index 989c42b..3e151d4 100755 --- a/public/index.html +++ b/public/index.html @@ -7,11 +7,6 @@ The Mycelial Network - - - - - @@ -35,6 +30,8 @@ +
diff --git a/public/style.css b/public/style.css index 84f774e..6af809b 100755 --- a/public/style.css +++ b/public/style.css @@ -397,4 +397,8 @@ a { .crypto-name { font-size: 10px; font-weight: 400; +} + +#load-overlay { + display: none; } \ No newline at end of file