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