Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eder-projetos-dev/9684a93879cfc819b13a5f8c704436d2 to your computer and use it in GitHub Desktop.
Save eder-projetos-dev/9684a93879cfc819b13a5f8c704436d2 to your computer and use it in GitHub Desktop.
CSS - Mudar a cor do radio button
<style>
input[type='radio'] {
accent-color: #232323;
}
</style>