Skip to content

Commit b14cd81

Browse files
committed
Fix highlighting of search query string in results.
1 parent 6f48457 commit b14cd81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/_static/custom.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ span.linenos {
5151
p.ploneorglink img {
5252
vertical-align: bottom;
5353
}
54-
dt:target, span.highlighted {
54+
dt:target,
55+
span.highlighted,
56+
ul.search li span.highlighted {
5557
background-color: #7ddf4493;
5658
}
5759

0 commit comments

Comments
 (0)