css: give checkbox/radio buttons an accent color (#5342)

This commit is contained in:
Frédéric Péters 2022-04-01 11:04:24 +02:00
parent 9e396092fd
commit 6e1ba3a2f0
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ input[type="checkbox"],
input[type="radio"] {
margin-right: 1ex;
margin-bottom: 1ex;
accent-color: $primary-color;
}
div.content label {