forked from ZwiiCMS-Team/ZwiiCMS
11 lines
184 B
CSS
11 lines
184 B
CSS
|
.searchTitle {
|
||
|
font: caption;
|
||
|
font-style: italic;
|
||
|
margin-left: 1em;
|
||
|
}
|
||
|
.searchKeyword {
|
||
|
background: var(--keywordColor);
|
||
|
}
|
||
|
.searchResult {
|
||
|
margin: .3em 0 .3em 1em;
|
||
|
}
|