make radio buttons round

This commit is contained in:
Oskar Wickström
2025-01-25 13:20:07 +01:00
parent 30326d1be4
commit d3dc1bf018
2 changed files with 9 additions and 0 deletions

View File

@@ -327,6 +327,10 @@ input[type=radio]:checked:before {
height: calc(var(--line-height) / 2);
background: var(--text-color);
}
input[type=radio],
input[type=radio]:before {
border-radius: 100%;
}
button:focus, input:focus {
--border-thickness: 3px;