From ab60d57c193b53fc8d56ca6be63a39496726303b Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Tue, 14 Nov 2023 08:21:04 -0500 Subject: [PATCH] Make text appear on hover --- src/theme/SearchBar/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/theme/SearchBar/styles.css b/src/theme/SearchBar/styles.css index 54818151b..cecad2947 100644 --- a/src/theme/SearchBar/styles.css +++ b/src/theme/SearchBar/styles.css @@ -1,6 +1,7 @@ :root { --docsearch-primary-color: none !important; --docsearch-text-color: var(--ifm-font-color-base); + --docsearch-hit-active-color: inherit; } .DocSearch-Button {