From d4104b1168cdab36bb07a496153c3dd544623885 Mon Sep 17 00:00:00 2001 From: Ben Hays Date: Thu, 23 Nov 2023 18:23:52 -0500 Subject: [PATCH] Fix Issue on Light Mode --- static/css/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index fb6859c..ae36376 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -10,10 +10,6 @@ main h1 { -webkit-text-fill-color: transparent; } -.content { - background: radial-gradient(circle, rgba(35,36,37,1) 50%, rgba(36,37,37,1) 100%) !important; -} - a:hover { color: #BD93F9 !important; } \ No newline at end of file