We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5601ea8 + e3c9eef commit 2bd7d44Copy full SHA for 2bd7d44
src/client/theme/SearchBar/SearchBar.module.css
@@ -219,6 +219,9 @@ html[data-theme="dark"] .noResultsIcon {
219
220
.searchHint {
221
color: var(--ifm-navbar-search-input-placeholder-color);
222
+ background-color: var(--ifm-navbar-background-color);
223
+ border: 1px solid var(--ifm-color-emphasis-500);
224
+ box-shadow: inset 0 -1px 0 var(--ifm-color-emphasis-500);
225
}
226
227
@media (max-width: 576px) {
0 commit comments