Is it possible to change the highlight colour from yellow to say a faded light blue etc (version 6 build 102?
Announcement
Collapse
No announcement yet.
highlight colour
Collapse
X
-
Yes, the highlighting is entirely specified by the CSS in your "search_template.html" file (or "search.html" in JavaScript).
By default, it is this:
.highlight { background: #FFFF40; }
You can change this to any HTML colour that you like, or you can make it not change the background color, and bold the text with a different colour, etc.
Comment