From 019df0900e33f4c5f3830b5b153a15c96e080691 Mon Sep 17 00:00:00 2001 From: Cosmic Process <126974221+cosmicproc@users.noreply.github.com> Date: Sat, 30 Mar 2024 19:34:19 +0300 Subject: [PATCH] Set color-scheme in a better way --- src/lib/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/app.css b/src/lib/app.css index 4be713b..03cdf24 100644 --- a/src/lib/app.css +++ b/src/lib/app.css @@ -24,6 +24,6 @@ } } -html.dark { - color-scheme: dark; +:root { + color-scheme: light dark; }