Make theme switch tab focusable

This commit is contained in:
kritzl 2025-03-06 03:10:45 +01:00
commit 1e32d6cf09
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM

View file

@ -90,7 +90,12 @@
border-radius: 0.5rem;
&.themeToggle input {
display: none;
width: 0;
height: 0;
margin: 0;
padding: 0;
display: block;
opacity: 0;
}
// the toggle element