Aaaaaadd font icon

This commit is contained in:
lilith 2025-03-06 02:55:13 +01:00
commit 2111e0bfec
Signed by: lilith
SSH key fingerprint: SHA256:WMHGS60rozMrHkA/VT+Ole85sPCLZ190yemdzY68WJo
13 changed files with 256 additions and 60 deletions

View file

@ -277,6 +277,7 @@
html:has(#themeLight:checked) .dark-only {
display: none;
}
#themeToggleDark {
display: none;
}
@ -358,6 +359,7 @@
html:has(#themeDark:checked) .dark-only {
display: initial;
}
#themeToggleLight {
display: none;
}