Fix radio checked color

This commit is contained in:
hfcRed 2026-03-20 04:54:43 +01:00
parent 72671aaf9b
commit 2b53d38c63

View File

@ -42,6 +42,6 @@
}
.radio:checked + .label {
background-color: var(--color-accent-high);
background-color: var(--color-text-accent);
color: var(--color-text-inverse);
}