12 lines
265 B
Text
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;
|
|
}
|