From d24b5a232fd5b445b0fd6ded049c9eb5b56230fb Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 8 Mar 2025 00:54:53 +0200 Subject: [PATCH] style: fix the form text color --- src/public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 916348425..0a7659c7f 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -115,6 +115,10 @@ textarea, right 0.75rem center/15px 20px no-repeat; } +.form-text { + color: var(--muted-text-color); +} + /* Restore default apperance */ input[type="number"], input[type="checkbox"] {