make search bar higher contrast to see if it does anything

This commit is contained in:
Sean Yesmunt 2020-01-28 10:49:52 -05:00
parent 3aa04f278b
commit d5d553d51a

View file

@ -15,7 +15,7 @@
height: 100%; height: 100%;
position: absolute; position: absolute;
z-index: 1; z-index: 1;
stroke: var(--color-input-placeholder); stroke: white;
} }
} }
@ -53,6 +53,13 @@
padding-right: var(--spacing-small); padding-right: var(--spacing-small);
padding-left: 2.5rem; padding-left: 2.5rem;
transition: all 0.2s; transition: all 0.2s;
background-color: #677e87;
color: white;
&::placeholder {
color: white;
opacity: 0.8;
}
&:focus { &:focus {
border-radius: var(--border-radius); border-radius: var(--border-radius);