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 55b1bc3 commit 6676eecCopy full SHA for 6676eec
packages/theme-nonepress/src/theme/SearchBar/styles.css
@@ -1,5 +1,7 @@
1
:root {
2
--docsearch-primary-color: oklch(var(--p)) !important;
3
+ --docsearch-highlight-color: oklch(var(--p)) !important;
4
+ --docsearch-secondary-text-color: var(--docsearch-muted-color) !important;
5
}
6
7
.doc-search-btn {
@@ -29,6 +31,10 @@
29
31
30
32
33
/* stylelint-disable selector-class-pattern */
34
+.DocSearch-Button {
35
+ border-radius: 40px;
36
+}
37
+
38
.DocSearch-Container {
39
@apply backdrop-blur-sm;
40
0 commit comments