From 398e5bc8cc0dec0ff166952f5b212f7f236bd249 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 20 Dec 2022 16:56:16 +0100 Subject: css: search-hints: Use variable colors. --- assets/mumi.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/mumi.scss b/assets/mumi.scss index e82ffce..d37a76c 100644 --- a/assets/mumi.scss +++ b/assets/mumi.scss @@ -226,14 +226,14 @@ nav span.navbar-text { #search #search-hints { display: none; position: absolute; - background: white; + background: var(--background-color); top: 4.3rem; border: 1px solid #ced4da; border-top: none; box-shadow: 3px 3px 10px #ddd; padding: 1em; z-index: 2; - color: #212529; + color: var(--primary-focus); } #search.form-inline:focus-within #search-hints { display: block; -- cgit v1.2.3