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

@@ -12,6 +12,11 @@
--datatable-bgcolor: rgba(64, 76, 88, 0.8);
}
/* fix #2554: browser not detecting dark mode */
html {
color-scheme: dark;
}
body {
background-color: #353c42;
color: #bec5cb;