Change the icon from a weird blue back to gray.

This commit is contained in:
cryptofyre 2021-12-26 17:54:41 -06:00
parent d344aee948
commit fc1a1c25da

View file

@ -263,6 +263,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
font-weight: 500; font-weight: 500;
padding-left: 32px; padding-left: 32px;
position: relative; position: relative;
filter: contrast(0.1);
} }
.search-input:focus { .search-input:focus {