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