The color-scheme property does not seem to work well with gradients
I’m using the CSS color-scheme property to render my app in light or dark mode. But I have problems getting it to work with gradient-images.
How can I use different color-schemes on different elements, with the browser/user default colors?
I’d like most of my site to use the user’s preference for color-scheme
and the user or browser’s default colors. But there’s one element that I want to always use the dark color-scheme
, and the user or browser’s default colors for that.
how to determine if light-dark() css is supported officially?
Is there an official way to know if light-dark() is supported in google chrome (Version 125.0.6422.142 (Official Build) (64-bit)) besides caniuse…