Change background colour

This commit is contained in:
Oliver Davies 2019-03-28 20:08:11 +00:00
parent c00c91f5a5
commit 3b4412efb2

View file

@ -3,7 +3,7 @@ input[type=search] {
@apply border border-gray-400 p-2;
&:focus {
@apply outline-none bg-gray-300
@apply outline-none bg-gray-100
}
&::placeholder {