Fixed radiobuttons being missplaced

This commit is contained in:
WBHarry 2026-01-27 20:54:07 +01:00
parent 2496440301
commit b873022c98

View file

@ -54,6 +54,9 @@
input[type='checkbox'],
input[type='radio'] {
height: 20px;
width: 20px;
&:checked::after {
color: light-dark(@dark, @golden);
}