Closed twagoo closed 7 years ago
Proposal that seems to work well both in search results and record page:
span.searchword {
font-weight: bold;
background-color: #eee;
}
note: maybe better to use a (modified, e.g. darkened or lightened) colour from the theme by means of a variable rather than a hardcoded hex value
See e.g this record page. The search term
light
is marked with a special CSS class:but no styling seems to be attached, therefore no actual visual highlighting takes place.