From ad782899b2055193cd764f3b1e94f38601372c7f Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Sun, 22 Sep 2024 00:07:24 +0300 Subject: [PATCH] Switch to light theme --- src/index.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.css b/src/index.css index 3f40e52..244115e 100644 --- a/src/index.css +++ b/src/index.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;