mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-05 11:41:22 -06:00
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:
parent
260d98d825
commit
aac87fad27
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user