From bd2be948eb77ba1b5691690eaaa9ce228929c708 Mon Sep 17 00:00:00 2001 From: Vegard Berg Date: Wed, 11 Oct 2023 19:14:52 +0200 Subject: [PATCH] Remove dark theme --- src/app.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app.css b/src/app.css index b87aec7..1e98867 100644 --- a/src/app.css +++ b/src/app.css @@ -3,10 +3,6 @@ line-height: 1.5; font-weight: 400; - color-scheme: light dark; - color: rgba(255, 255, 255, 0.87); - background-color: #242424; - font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;