- From: Tim Nguyen via GitHub <sysbot+gh@w3.org>
- Date: Wed, 09 Apr 2025 08:20:25 +0000
- To: public-css-archive@w3.org
`currentColor` should be contrasting enough against a transparent background, but I'd be fine with forced colors mode forcing system colors too:
```
@media (forced-colors) {
   button {
      background-color: ButtonFace;
      color: ButtonText;
      border-color: ThreeDShadow;
    }
    ...
}
-- 
GitHub Notification of comment by nt1m
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12060#issuecomment-2788753289 using your GitHub account
-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 9 April 2025 08:20:26 UTC