make search bar higher contrast to see if it does anything
This commit is contained in:
parent
3aa04f278b
commit
d5d553d51a
1 changed files with 8 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
height: 100%;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
stroke: var(--color-input-placeholder);
|
||||
stroke: white;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -53,6 +53,13 @@
|
|||
padding-right: var(--spacing-small);
|
||||
padding-left: 2.5rem;
|
||||
transition: all 0.2s;
|
||||
background-color: #677e87;
|
||||
color: white;
|
||||
|
||||
&::placeholder {
|
||||
color: white;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
border-radius: var(--border-radius);
|
||||
|
|
Loading…
Reference in a new issue