Differentiate search result vs. highlight color

When you search for text, or filter by a tag, the results are highlighted in yellow. However, text placed within == == is also yellow. This makes it difficult to visually differentiate your search/tag results. Suggest changing the color to other than yellow.

6 Likes

Any possibility of getting a color change for search results vs. highlights? Alternatively, is there any way to accomplish this with custom CSS?

The following snippet works:

.cm-s-obsidian span.obsidian-search-match-highlight { background-color: rgba(11, 255, 0, 0.48); }
3 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.