Skip to content

Instantly share code, notes, and snippets.

@emchateau
Last active January 23, 2022 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emchateau/935351a552c6c40da45ef65de1356cd6 to your computer and use it in GitHub Desktop.
Save emchateau/935351a552c6c40da45ef65de1356cd6 to your computer and use it in GitHub Desktop.
Stylage des radio
/* 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