Skip to content

Commit bb50976

Browse files
authored
Fix font color in search input box (#1524)
* Fix color * Use --pst-color-text-base
1 parent 0e84397 commit bb50976

File tree

1 file changed

+1
-0
lines changed
  • src/pydata_sphinx_theme/assets/styles/components

1 file changed

+1
-0
lines changed

src/pydata_sphinx_theme/assets/styles/components/_search.scss

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353

5454
.form-control {
5555
background-color: var(--pst-color-background);
56+
color: var(--pst-color-text-base);
5657

5758
&:focus,
5859
&:focus-visible {

0 commit comments

Comments
 (0)