Fix missing text style for active search suggestions
parent
2eb33007f7
commit
7136197e5d
|
@ -122,6 +122,7 @@ input {
|
||||||
|
|
||||||
.autocomplete-items div:hover {
|
.autocomplete-items div:hover {
|
||||||
background-color: var(--whoogle-element-bg);
|
background-color: var(--whoogle-element-bg);
|
||||||
|
color: var(--whoogle-contrast-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete-active {
|
.autocomplete-active {
|
||||||
|
|
Loading…
Reference in New Issue