From 69db84cd14beea4e25554e3dd6d75ad0f9ca176a Mon Sep 17 00:00:00 2001 From: MrMelon54 Date: Sun, 17 Dec 2023 16:05:14 +0000 Subject: [PATCH] Oh well --- theme/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/theme/style.css b/theme/style.css index d1ee17f..24323c0 100644 --- a/theme/style.css +++ b/theme/style.css @@ -1,8 +1,3 @@ html, body { color-scheme: light dark; } - -@media screen and (prefers-color-scheme: dark) { - background-color: #242424; - color: #eeeeee; -}