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