Recompile all scss
All checks were successful
/ build (push) Successful in 12s

This commit is contained in:
traumweh 2025-04-16 11:58:30 +02:00
commit f532fbf95b
Signed by: lilith
SSH key fingerprint: SHA256:7kmBUkMCVUCN9z9MyGuBan8hifDCBaiG1RonGxdCB3A
6 changed files with 162 additions and 132 deletions

View file

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