Last active
January 23, 2022 14:01
-
-
Save emchateau/935351a552c6c40da45ef65de1356cd6 to your computer and use it in GitHub Desktop.
Stylage des radio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* https://moderncss.dev/pure-css-custom-styled-radio-buttons/ */ | |
:root { | |
accent-color: mediumvioletred; | |
} | |
[type="radio"] { | |
font-size: inherit; | |
width: .75em; | |
height: .75em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment