style: modified local search input font color

This commit is contained in:
XPoet 2020-09-03 14:54:46 +08:00
parent f49cfeb4a2
commit 255de77735
1 changed files with 4 additions and 3 deletions

View File

@ -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;
}
}
}
@ -125,4 +126,4 @@ input.search-input {
color: var(--third-text-color);
margin: auto;
}
}
}