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;
|
outline: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
color: var(--normal-text-color);
|
||||||
|
|
||||||
&::-webkit-search-cancel-button {
|
&::-webkit-search-cancel-button {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue