Skip to content

Commit

Permalink
fix: use brand color in algolia search box
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 5, 2021
1 parent 0274129 commit 2330023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/components/AlgoliaSearchBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function initialize(userOptions: any) {
}
.DocSearch {
--docsearch-primary-color: #42b983;
--docsearch-primary-color: var(--c-brand);
--docsearch-highlight-color: var(--docsearch-primary-color);
--docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color);
--docsearch-text-color: var(--c-text-light);
Expand Down

0 comments on commit 2330023

Please sign in to comment.