Website: update blog heading styles (#10493)

Changes:
- Added styles for inline code blocks in headings on blog pages.
This commit is contained in:
Eric 2023-03-14 16:03:27 -05:00 committed by GitHub
parent 276c767ab9
commit e64276c3ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,18 @@
margin-top: 24px;
margin-bottom: 24px;
}
h2 > code:not(.bash):not(.nohighlight):not(.mermaid) {
padding: 0px 4px;
font-weight: 400;
font-size: 22px;
line-height: inherit;
}
h3 > code:not(.bash):not(.nohighlight):not(.mermaid) {
padding: 0px 4px;
font-weight: 400;
font-size: 18px;
line-height: inherit;
}
p {
font-size: 16px;
line-height: 28px;