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