From 1b6c5e20c0fb878fd5bd7cb84b083deacc0c08f9 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sat, 8 Jun 2024 23:09:39 -0500 Subject: [PATCH] remove unused CSS class --- webpage/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/webpage/style.css b/webpage/style.css index a2b18ed..11403fc 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -11,9 +11,6 @@ body { #TOS{ width: fit-content !important; } -.unkownfile{ - background:var(--unknown-file-bg) ; -} .imgfit { max-width: 80vw; max-height: 80vh;