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; -}