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.
1 parent 8d0dec5 commit 940b43bCopy full SHA for 940b43b
src/theme/SearchBar/index.tsx
@@ -127,7 +127,11 @@ const kapaStyles = `
127
.DocSearch-Modal {
128
--docsearch-highlight-color: var(--surface-brand-default) !important;
129
--docsearch-soft-primary-color: transparent !important;
130
- --docsearch-hit-highlight-color: #0096881a !important;
+ --docsearch-hit-highlight-color:rgba(0, 150, 136, 0.1) !important;
131
+ background: var(--surface-primary);
132
+}
133
+.DocSearch-Hit-source {
134
135
}
136
.DocSearch-Dropdown {
137
display: flex;
0 commit comments