use better contrast colors for autocomplete

This commit is contained in:
2016-12-23 10:44:43 +01:00
parent 24ee0fa60a
commit 61de6695f9

View File

@@ -57,6 +57,7 @@ html, body {
#search-input-wrapper .autocomplete { #search-input-wrapper .autocomplete {
overflow-y: scroll; overflow-y: scroll;
background: white;
} }