update globalSearch layout & styling - including darkmode

This commit is contained in:
2025-10-13 20:19:13 +02:00
parent 6678cfda7d
commit 2c8ef59c19
4 changed files with 121 additions and 33 deletions

View File

@@ -172,6 +172,7 @@ button.affirmative:hover span {
/* dark mode button overrides */
body.dark button span {
background-color: var(--theme);
color: var(--bg);
}
body.dark button.affirmative span {
color: var(--bg);