border around unchecked checkboxes important

This commit is contained in:
Eveline-97 2025-04-10 16:14:22 +02:00
parent 7a93a87cee
commit 14daa955a9

View File

@ -184,7 +184,7 @@ input[type=checkbox] {
border-radius: 10%;
box-shadow: none;
font-size: 1em;
border: 1px solid var(--active);
border: 1px solid var(--active) !important;
}
input[type='checkbox']:checked {