style: modified local search input font color
This commit is contained in:
parent
f49cfeb4a2
commit
255de77735
|
@ -66,6 +66,7 @@ input.search-input {
|
|||
outline: 0;
|
||||
width: 100%;
|
||||
font-size: 1.2em;
|
||||
color: var(--normal-text-color);
|
||||
|
||||
&::-webkit-search-cancel-button {
|
||||
display: none;
|
||||
|
@ -94,8 +95,8 @@ input.search-input {
|
|||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue