I would suggest you change the hover color to something more visible like this ``` .tt-dropdown-menu .tt-suggestion.tt-cursor { background-color: #428bca; color: #ffffff; } ``` to improve the visibility of the selected result.
I would suggest you change the hover color to something more visible like this
to improve the visibility of the selected result.