From 9a3ca4ed1b9fe2bbd7a58174326246e170db0ccb Mon Sep 17 00:00:00 2001 From: SirBlobby Date: Thu, 9 Jul 2026 20:59:49 -0400 Subject: [PATCH] Remove hardcoded background overriding theme --- assets/user.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/user.css b/assets/user.css index 4d0608e..09a2a72 100644 --- a/assets/user.css +++ b/assets/user.css @@ -1,10 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); body, html { - font-family: 'Open Sans', sans-serif !important; /* Use !important cautiously if needed to override defaults */ -background: #3A5F5F; -background: radial-gradient(circle, rgba(58, 95, 95, 1) 0%, rgba(33, 33, 33, 1) 100%); - color: #e7ebeb; + font-family: 'Open Sans', sans-serif !important; } /* You might need more specific selectors depending on what you want to change */