add color-scheme: dark to fix #2554

Signed-off-by: SodaWithoutSparkles <64138578+SodaWithoutSparkles@users.noreply.github.com>
This commit is contained in:
SodaWithoutSparkles
2023-03-23 18:48:04 +08:00
parent 6de61a12aa
commit cd887a2c32
4 changed files with 14 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ _______|_______/__/ ____ \__\__|___\__\__|___\__\____
/* User-Agent Style */
html {
background-color: #181a1b !important;
/* fix #2554: browser not detecting dark mode */
color-scheme: dark;
}
html,
body,