unmojang / drasl

Yggdrasil-compatible API server for Minecraft
GNU General Public License v3.0
69 stars 11 forks source link

Use accent-color, not feColorMatrix #84

Closed evan-goode closed 6 days ago

evan-goode commented 6 days ago

The accent-color CSS property now has pretty good support: https://caniuse.com/mdn-css_properties_accent-color, so we should use it instead of coloring radios/checkboxes with an SVG filter hack.