Skip to content

Commit

Permalink
chore(docs): search styling (#1765)
Browse files Browse the repository at this point in the history
Search styling (basic)

issue: none
  • Loading branch information
fabtreb authored Aug 26, 2024
1 parent bea8325 commit 1c8a7a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@
--docsearch-searchbox-focus-background: var(--ifm-color-white);
/* Hit */
--docsearch-hit-color: var(--ifm-font-color-base);
--docsearch-hit-active-color: var(--ifm-color-white);
--docsearch-hit-active-color: var(--ifm-font-color-base);
--docsearch-hit-background: var(--ifm-color-white);
--docsearch-highlight-color: var(--ifm-color-primary-lightest);
/* Footer */
--docsearch-footer-background: var(--ifm-color-white);
}
Expand Down

0 comments on commit 1c8a7a6

Please sign in to comment.