Skip to content

Commit b556a24

Browse files
committed
Fix sidebar links after underlinedLink tweak
1 parent 33a6e51 commit b556a24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/assets/stylesheets/partials/_results.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ li.result {
5454
line-height: 1.1;
5555

5656
a {
57-
@include underlinedLinks;
57+
@include underlinedLinks;
58+
font-weight: $fw-semibold;
5859
}
5960
}
6061

@@ -165,6 +166,7 @@ li.result {
165166

166167
a {
167168
@include underlinedLinks;
169+
font-weight: $fw-medium;
168170
}
169171
}
170172

0 commit comments

Comments
 (0)