dokuwiki-template-sprintdoc.../css/area_search.less
2017-03-30 10:40:58 +02:00

12 lines
265 B
Text

/**
* This file provides the design styles for the search results
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/
/* search hit in normal text */
.dokuwiki .search_hit {
background-color: @ini_highlight;
color: @ini_highlight_text;
}