Fix nav search clause clear button color for dark mode

[ci skip]

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2023-06-14 10:11:26 -03:00
parent e0011b28ae
commit 1d0dd3e5d7
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -344,7 +344,7 @@ li.fast_filter {
.searchClauseClear {
font-weight: bold;
color: #800;
color: var(--bs-danger);
font-size: 0.7em;
}