Fix bug where shadowed stats showed on page load

This commit is contained in:
Lavender 2021-04-15 17:37:14 -07:00
parent 649e6c2ac7
commit 8b8a5a0f2e
Signed by untrusted user: endie
GPG key ID: CC5162D7C2146F01

View file

@ -8,6 +8,6 @@ li {
list-style: decimal-leading-zero; list-style: decimal-leading-zero;
} }
form { div, form {
display: none; display: none;
} }