Skip to content

Commit

Permalink
Fix font color in search input box (#1524)
Browse files Browse the repository at this point in the history
* Fix color

* Use --pst-color-text-base
  • Loading branch information
harupy committed Oct 18, 2023
1 parent 0e84397 commit bb50976
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@

.form-control {
background-color: var(--pst-color-background);
color: var(--pst-color-text-base);

&:focus,
&:focus-visible {
Expand Down

0 comments on commit bb50976

Please sign in to comment.