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