xref: /template/sprintdoc/css/area_search.less (revision 5e017504585d9b7084ab5b5d8049e4f3d23aaedd)
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