- From: Rune Lillesveen via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Sep 2021 13:59:35 +0000
- To: public-css-archive@w3.org
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