header: fix dumb mistake for radio buttons checked

This commit is contained in:
Agahnim 2026-03-20 16:04:50 +01:00
parent 3c671f30e9
commit e96688db9b
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
2 changed files with 3 additions and 3 deletions

View file

@ -119,7 +119,7 @@ navbar {
background: var(--win-bg-grey);
border-color: #ffffff #808080 #808080 #ffffff;
&:has(input:checked) {
&:has(+ input:checked) {
background: #ff75a7;
color: #ffffff;
border-color: #808080 #ffffff #ffffff #808080;