Skip to content

Commit 1e35ed2

Browse files
fix: update search bar key color to address contrast issues (#2217)
1 parent bdf0c6c commit 1e35ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/theme/_doc-search.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[data-theme='light'] .DocSearch {
22
/* --docsearch-primary-color: var(--ifm-color-primary); */
33
/* --docsearch-text-color: var(--ifm-font-color-base); */
4-
--docsearch-muted-color: var(--ifm-color-secondary-darkest);
4+
--docsearch-muted-color: var(--general-gray-dark);
55
--docsearch-container-background: rgba(10, 10, 10, 0.9);
66
/* Modal */
77
--docsearch-modal-background: var(--ifm-color-secondary-lighter);

0 commit comments

Comments
 (0)