Re: [csswg-drafts] [css-mediaqueries] Inverted-colors media feature can cause problems on semi-transparent images. (#9674)

Something like:
```
@media (inverted-colors) {
  img:not(picture>img):not([src*="svg"]), picture, video { filter: invert(100%); }
}
```

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


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

Received on Saturday, 20 January 2024 08:24:03 UTC