Normalize checkbox colors across browsers using "accent-color"
Closed this issue · 1 comments
bryanbraun commented
Currently different browsers display different default checkbox colors:
We can use the new accent-color CSS property to make them all the same color across browsers (at least for the browsers that support it). I'd suggest that we make them all the same as the safari color (since it's blue-ish and that browser doesn't yet support accent-color yet).
For now, we can start by just adding these style changes to this normalize stylesheet (and possibly renaming the stylesheet from normalize-size.css
to normalize.css
): https://github.com/bryanbraun/checkboxland/blob/main/docs/css/cbl-normalize-size.css .
umair-fayaz commented
Hi, I would like to work on it