Skip to content

Commit c80c031

Browse files
Force black text for search input (#540)
Fixes #420 ![Screenshot 2025-02-18 at 2 14 53 PM](https://github.com/user-attachments/assets/77051fc4-ac10-459f-96f7-df23b127a054) ![Screenshot 2025-02-18 at 2 15 00 PM](https://github.com/user-attachments/assets/95aeccca-904c-4f33-8a3e-2b4dedbc5b89) --------- Co-authored-by: Anthony <[email protected]>
1 parent df2a2f6 commit c80c031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/search.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
width: 100%;
115115
padding: 6px;
116116
line-height: 1;
117+
color: var(--readthedocs-search-color, rgb(64, 64, 64));
117118
}
118119

119120
:host > div .results {

0 commit comments

Comments
 (0)