Skip to content

Commit abf0c88

Browse files
jotakjpinsonneau
andauthored
Restyling search results (#24)
* Restyling search results * Update templates/layouts/roq-default/main.html Co-authored-by: Julien Pinsonneau <91894519+jpinsonneau@users.noreply.github.com> --------- Co-authored-by: Julien Pinsonneau <91894519+jpinsonneau@users.noreply.github.com>
1 parent 99653f3 commit abf0c88

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

templates/layouts/roq-default/main.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
.search-button:hover i {
2828
transform: scale(1.1);
2929
}
30+
.search-result-document-title {
31+
color: #263959;
32+
font-size: 0.9rem;
33+
}
34+
.search-result-document-hit a {
35+
color: #515151;
36+
text-decoration: none;
37+
font-size: 0.9rem;
38+
}
3039
</style>
3140

3241
{#search-overlay /}

0 commit comments

Comments
 (0)