Skip to content

Commit a41f5d3

Browse files
committed
instantsearch.css: Fix highlight font size
1 parent deed6eb commit a41f5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/css/instantsearch.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ footer.md-footer {
5454
.md-content .ais-InstantSearch .ais-Highlight-highlighted {
5555
background-color: #ECF4FF;
5656
color: #4191FF;
57-
font-size: 14px;
58-
line-height: 21px;
57+
font-size: inherit;
58+
line-height: inherit;
5959
}
6060

6161
.md-content .ais-InstantSearch .instantsearch__entry {

0 commit comments

Comments
 (0)