From 8b8a5a0f2e4eb0278508089dff27ae228d422b2c Mon Sep 17 00:00:00 2001 From: Lavender Date: Thu, 15 Apr 2021 17:37:14 -0700 Subject: [PATCH] Fix bug where shadowed stats showed on page load --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 76b92da..0e84ea8 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,6 @@ li { list-style: decimal-leading-zero; } -form { +div, form { display: none; }