9 lines
200 B
Text
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;
|
|
}
|