Change search highlight color.

This commit is contained in:
Danila Fedorin 2020-12-27 22:24:43 -08:00
parent eb97bd9c3e
commit 8215c59122

View File

@ -85,5 +85,5 @@ input.stork-input {
} }
.stork-highlight { .stork-highlight {
background-color: lighten(yellow, 30%); background-color: lighten($primary-color, 30%);
} }