Set color for search input (#498)

* Set color for search input

Fix #497
- Insert `color: $body-text-color;` in styling for `search-input`.

* Update search.scss

Prettier
This commit is contained in:
Peter Mosses
2022-03-09 19:36:21 +01:00
committed by GitHub
parent 260d98d825
commit aac87fad27

View File

@@ -48,6 +48,7 @@
padding-bottom: $sp-2;
padding-left: #{$gutter-spacing-sm + $sp-5};
font-size: 16px;
color: $body-text-color;
background-color: $search-background-color;
border-top: 0;
border-right: 0;