search: remove link underline on dedicated search page #627

This commit is contained in:
Sören Weber 2023-08-25 10:34:21 +02:00
parent ed1715d467
commit d94e7454e4
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -1687,6 +1687,7 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
font-weight: 500; font-weight: 500;
line-height: 1.5rem; line-height: 1.5rem;
padding: 1rem; padding: 1rem;
text-decoration: none;
} }
#searchresults a.autocomplete-suggestion:after { #searchresults a.autocomplete-suggestion:after {