-
Bug? 🐛 Apparently
color-scheme
can't be assigned a value via a CSS variable in Safari: bugs.webkit.org/show_bug.cgi?id=243665. Compare the computed style of an<input>
field that is assigned acolor-scheme
value oflight dark
via a CSS variable in Chrome and Safari. (CC: @jensimmons) -
I use this in SVGcode (svgco.de/), where the form fields jarringly stand out (
select
at the bottom) or are hard to see (input[type=range]
) in dark mode on Safari. It all looks fine in Chrome.