From b1dce01b49c730fd830974ca41c3883766e9cb23 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 24 Sep 2025 20:13:51 +0200 Subject: [PATCH] Improve helper-text color in dark-mode --- dashboard/src/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dashboard/src/style.css b/dashboard/src/style.css index c4f266d6d..f94a48a64 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -302,6 +302,12 @@ fieldset > * { margin-top: 0.25em; } +@media (prefers-color-scheme: dark) { + .helper-text { + color: #927f7f; + } +} + .input-group-label { display: flex; padding: 5px;