mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
7c2ebef62b
Some browsers have an option to force a "fake" dark mode. This darkens most elements and uses light text, but the forced mode fails for some properties on a few elements. Using the CSS `color-scheme: dark` property disables the `force-dark-mode` browser property and applies only the theme CSS.