Files
obsidian-tannersearch/assets/styles.css

25 lines
407 B
CSS

.osresult__title {
font-weight: bold;
}
.osresult__name {
padding-left: 1em;
font-size: small;
font-weight: normal;
/* color: var(--text-muted);
text-decoration: underline; */
}
.osresult__body {
white-space: normal;
font-size: small;
word-wrap: normal;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
color: var(--text-muted);
}