Skip to content

Commit 8f114e6

Browse files
committed
Fix font-family: inherit serif font for help text link
The .content_links a rule sets sans-serif font-family globally. Override with font-family: inherit so the Learn more link matches the surrounding serif body text. Signed-off-by: Tim Ren <137012659+xr843@users.noreply.github.com>
1 parent 2fdbfe7 commit 8f114e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎assets/css/content-perma.scss‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ div.content_links {
150150
a {
151151
text-decoration: underline;
152152
color: inherit;
153+
font-family: inherit;
153154
}
154155
}
155156
}

0 commit comments

Comments
 (0)