From f5297a39f80e8e3efc92d07298972d70ba889132 Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Mon, 9 Oct 2023 15:42:23 +0200 Subject: [PATCH] use light theme --- src/styles/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 3cc15d3..0c78bcf 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -4,8 +4,8 @@ font-weight: 400; color-scheme: light dark; - color: rgba(255, 255, 255, 0.87); - background-color: #242424; + color: rgba(0, 0, 0, 0.87); + background-color: #ffffff; font-synthesis: none; text-rendering: optimizeLegibility;