Make theme-toggle tab-selectable
All checks were successful
/ build (push) Successful in 11s

This commit is contained in:
lilith 2025-03-06 02:28:53 +01:00
commit ed133f9c8e
Signed by: lilith
SSH key fingerprint: SHA256:WMHGS60rozMrHkA/VT+Ole85sPCLZ190yemdzY68WJo
5 changed files with 159 additions and 128 deletions

View file

@ -221,7 +221,12 @@ body {
width: fit-content;
input {
display: none;
width: 0;
height: 0;
margin: 0;
padding: 0;
display: block;
opacity: 0;
}
label {