xref: /template/sprintdoc/css/area_search.less (revision fd790e2d934f5514aed3df139e28f0890b6309f4)
1/**
2 * This file provides the design styles for the search results
3 *
4 * @author Jana Deutschlaender <deutschlaender@cosmocode.de>
5 */
6
7
8/* search hit in normal text */
9.dokuwiki .search_hit {
10    background-color: @ini_highlight;
11    color: @ini_highlight_text;
12}
13