Fix missing text style for active search suggestions

pull/331/head
Ben Busby 3 years ago
parent 2eb33007f7
commit 7136197e5d
No known key found for this signature in database
GPG Key ID: 3B08611DF6E62ED2

@ -122,6 +122,7 @@ input {
.autocomplete-items div:hover {
background-color: var(--whoogle-element-bg);
color: var(--whoogle-contrast-text) !important;
}
.autocomplete-active {

Loading…
Cancel
Save