11 lines
204 B
Text
11 lines
204 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;
|
|
}
|