From 46837567cb9b63cc031d8e95344d3b12acc0922a Mon Sep 17 00:00:00 2001 From: Linty Date: Tue, 16 Sep 2025 14:06:19 +0200 Subject: [PATCH] issue #2225 fix text color in darkmode --- themes/default/css/help/quick_search.css | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/default/css/help/quick_search.css b/themes/default/css/help/quick_search.css index 92126cdf4..7c9eeb574 100644 --- a/themes/default/css/help/quick_search.css +++ b/themes/default/css/help/quick_search.css @@ -2,7 +2,6 @@ font-size: 1.4em; font-weight: bold; text-align: center; - color: #000; margin-bottom: 10px; margin-top: 15px; }