From e3c9eef41ffd9d51bb57b05fd199f7dc32541e79 Mon Sep 17 00:00:00 2001 From: weareoutman Date: Mon, 13 Dec 2021 12:06:58 +0800 Subject: [PATCH] fix: refine styles with dark navbar fixes #128 --- src/client/theme/SearchBar/SearchBar.module.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client/theme/SearchBar/SearchBar.module.css b/src/client/theme/SearchBar/SearchBar.module.css index 5c8b11de..febdb135 100644 --- a/src/client/theme/SearchBar/SearchBar.module.css +++ b/src/client/theme/SearchBar/SearchBar.module.css @@ -219,6 +219,9 @@ html[data-theme="dark"] .noResultsIcon { .searchHint { color: var(--ifm-navbar-search-input-placeholder-color); + background-color: var(--ifm-navbar-background-color); + border: 1px solid var(--ifm-color-emphasis-500); + box-shadow: inset 0 -1px 0 var(--ifm-color-emphasis-500); } @media (max-width: 576px) {