1/**
2 * This file provides the design styles for the search results
3 */
4
5/* search hit in normal text */
6.dokuwiki .search_hit {
7    background-color: @ini_highlight;
8    color: @ini_highlight_text;
9}
10