Improve contrast for placeholder text in search box

This commit is contained in:
Magnus Hoff 2018-08-20 22:32:04 +02:00
parent 8500075357
commit b8a4368219

View file

@ -403,7 +403,7 @@ input[type="search"] {
input[type="search"]::placeholder {
color: var(--theme-text);
opacity: 0.5;
opacity: 0.8;
}
.search .live-results {