light gray on docs search input

This commit is contained in:
Mark Otto 2015-08-10 16:47:43 -07:00
parent f5008769a5
commit d1f06ffe83
3 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -67,6 +67,11 @@
height: 2.45rem;
padding-top: .4rem;
padding-bottom: .4rem;
background-color: #fafafa;
&:focus {
background-color: #fff;
}
}
}