Skip to content

Commit 9333979

Browse files
Fix inline code font size in headings (#2220)
1 parent 974b263 commit 9333979

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/content/code.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
word-wrap: break-word;
4040
}
4141

42+
.content-inner :is(h1, h2, h3, h4, h5, h6) code {
43+
font-size: 0.875em;
44+
}
45+
4246
.content-inner pre {
4347
margin: var(--baseLineHeight) 0;
4448
}

0 commit comments

Comments
 (0)