recursive darktheme applied

This commit is contained in:
2026-02-04 07:17:29 +01:00
committed by Florian Greistorfer
parent d1f7f62229
commit 1aa9dd716b
5 changed files with 21 additions and 20 deletions

View File

@@ -302,6 +302,11 @@ input {
border-style: none;
}
.darkmodeswitch {
font-size: smaller;
height: 100%;
}
#dark-mode-switch {
display: flex;
align-items: center;