xref: /template/sprintdoc/css/area_search.less (revision 789be9bd00adae2bd601dfbd5f63df8215f74894)
1/**
2 * This file provides the design styles for the search results
3 */
4
5/* search hit in normal text */
6.dokuwiki .search_hit {
7    background-color: @ini_highlight;
8    color: @ini_highlight_text;
9}
10