mirror of
https://github.com/pi-hole/web.git
synced 2026-04-27 04:04:00 +01:00
add color-scheme: dark to fix #2554
Signed-off-by: SodaWithoutSparkles <64138578+SodaWithoutSparkles@users.noreply.github.com>
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
/* fix #2554: browser not detecting dark mode */
|
||||
html {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 15px;
|
||||
color: var(--main-text-color);
|
||||
|
||||
Reference in New Issue
Block a user