From 0442dcc1a01a613985155c86a5ee042085553f33 Mon Sep 17 00:00:00 2001 From: Mary <148872143+mary-ext@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:56:21 +0700 Subject: fix: add the appropriate color-scheme for dark mode (#2480) --- web/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web') diff --git a/web/index.html b/web/index.html index 18b985bff..5a56e5f76 100644 --- a/web/index.html +++ b/web/index.html @@ -53,6 +53,7 @@ --text: white; --background: black; --backgroundLight: #26272D; + color-scheme: dark; } @media (prefers-color-scheme: light) { html.colorMode--system { @@ -66,6 +67,7 @@ --text: white; --background: black; --backgroundLight: #26272D; + color-scheme: dark; } } -- cgit 1.4.1