-
@charles_rt @adambsilver @andyjones_1981 Dark mode support is actually pretty decent these days: web.dev/prefers-color-scheme/#finding-out-if-dark-mode-is-supported-by-the-browser. If you use an approach like
<dark-mode-toggle>, you can use it today on all browsers: web.dev/prefers-color-scheme/#dark-mode-but-add-an-opt-out.