Skip to content

Commit 6a866be

Browse files
Remove bolding of inline code inside links
1 parent d857121 commit 6a866be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ a {
4848
font-weight: bold;
4949
}
5050

51+
a code {
52+
font-weight: normal;
53+
}
54+
5155
h1 {
5256
margin-left: auto;
5357
margin-right: auto;

0 commit comments

Comments
 (0)