mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Website: update blog heading styles (#10493)
Changes: - Added styles for inline code blocks in headings on blog pages.
This commit is contained in:
parent
276c767ab9
commit
e64276c3ac
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user