Re: [csswg-drafts] [css-forms-1] Account for forced-colors mode (#12060)

`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