Re: [csswg-drafts] [css-color-adjust-1] Forced colors mode usage beyond high contrast mode (#6664)

According to the css-color-adjust spec, forced-colors is a different thing than color-scheme override.

One possibility is to introduce a new media feature for this where the feature matches the color-scheme override:

```css
@media (color-scheme-override: dark) {}
@media (color-scheme-override: light) {}
@media (color-scheme-override: none) {}
```


-- 
GitHub Notification of comment by lilles
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6664#issuecomment-924959368 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 22 September 2021 13:59:37 UTC