Improve contrast for placeholder text in search box
This commit is contained in:
parent
8500075357
commit
b8a4368219
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ input[type="search"] {
|
|||
|
||||
input[type="search"]::placeholder {
|
||||
color: var(--theme-text);
|
||||
opacity: 0.5;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.search .live-results {
|
||||
|
|
Loading…
Reference in a new issue