#8 - Added some classes for easy customization

This commit is contained in:
Simon Cambier
2022-04-12 19:45:59 +02:00
parent 02c19026b7
commit 8bc57c4362
2 changed files with 13 additions and 13 deletions

View File

@@ -1,17 +1,14 @@
.osresult__title {
.omnisearch-modal {
}
.omnisearch-result {
}
.omnisearch-result__title {
font-weight: bold;
}
.osresult__name {
padding-right: .5em;
font-size: small;
font-weight: normal;
color: var(--text-normal);
/* color: var(--text-muted);
text-decoration: underline; */
}
.osresult__body {
.omnisearch-result__body {
white-space: normal;
font-size: small;
word-wrap: normal;