How to add themes to your website with manual and CSS prefers-color-scheme support
prefers-color-scheme is a new CSS media query feature, which propagates your OS level color preference. While it’s very nice, it’s way too new to rely solely on it, so a manual fallback is needed.