dokuwiki-template-sprintdoc.../css/area_search.less
Jana Deutschländer 5e01750458 improve less formating - part 2 (template area and base modules)
- remove @author from comments
- adjust the spacing
2019-04-10 17:04:57 +02:00

9 lines
200 B
Text

/**
* This file provides the design styles for the search results
*/
/* search hit in normal text */
.dokuwiki .search_hit {
background-color: @ini_highlight;
color: @ini_highlight_text;
}