Skip to content
Snippets Groups Projects
Unverified Commit aac87fad authored by Peter Mosses's avatar Peter Mosses Committed by GitHub
Browse files

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
parent 260d98d8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment