From 1d0dd3e5d7ce0327cc2d13a2612bc6a5ca2100a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 14 Jun 2023 10:11:26 -0300 Subject: [PATCH] Fix nav search clause clear button color for dark mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] Signed-off-by: MaurĂ­cio Meneghini Fauth --- public/themes/bootstrap/scss/_navigation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/bootstrap/scss/_navigation.scss b/public/themes/bootstrap/scss/_navigation.scss index 7858e5dba4..1ca627e846 100644 --- a/public/themes/bootstrap/scss/_navigation.scss +++ b/public/themes/bootstrap/scss/_navigation.scss @@ -344,7 +344,7 @@ li.fast_filter { .searchClauseClear { font-weight: bold; - color: #800; + color: var(--bs-danger); font-size: 0.7em; }