Skip to content

Commit 630ff23

Browse files
Update src/search.css
Co-authored-by: Anthony <[email protected]>
1 parent 13a1c11 commit 630ff23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
width: 100%;
115115
padding: 6px;
116116
line-height: 1;
117-
color: black; /* Fix https://github.com/readthedocs/addons/issues/420 */
117+
color: var(--readthedocs-search-color, rgb(64, 64, 64));
118118
}
119119

120120
:host > div .results {

0 commit comments

Comments
 (0)