Search and highlight

This commit is contained in:
Simon Cambier
2022-04-09 15:16:19 +02:00
parent ae8e868215
commit 3027b6655f
4 changed files with 105 additions and 48 deletions

View File

@@ -1,4 +1,16 @@
/* Sets all the text color to red! */
body {
color: red;
.osresult__title {
/* font-size: var(--font-adaptive-normal); */
}
.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);
}