[Webkit-unassigned] [Bug 226893] `color-scheme:dark` default link colors aren't passing contrast guidelines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 24 10:31:29 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226893

--- Comment #4 from Adam Argyle <argyle at google.com> ---
currently mitigating the issue with the following CSS:

```css
@media (prefers-color-scheme: dark) {
  @supports (-webkit-hyphens:none) { 
    a[href] {
      color: hsl(240 100% 81%);
    }
  }
}
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210624/ed43a299/attachment.htm>


More information about the webkit-unassigned mailing list