hack to make the search bar text color white

This commit is contained in:
Luna D 2019-12-11 19:17:39 -05:00
parent 02808f6168
commit cd63be29c3
No known key found for this signature in database
GPG key ID: D0F46C94720BAA4B

View file

@ -74,6 +74,7 @@ a.header__link:hover, .header__dropdown:hover > a {
background: $header_field_color;
color: $text_light_color;
-webkit-text-fill-color: $text_light_color;
text-overflow: ellipsis;