Skip to content

Commit

Permalink
fix: letter spacing not applied to headings nested in other elements
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Jan 15, 2025
1 parent 7f800a3 commit 4399e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/3-markup/headings_inline-title.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body p {
}

.inline-title.inline-title,
.cm-header,
.cm-header.cm-header,
.markdown-rendered.markdown-rendered :is(h1, h2, h3, h4, h5, h6) {
font-weight: 700;
letter-spacing: var(--heading-letter-spacing);
Expand Down

0 comments on commit 4399e7b

Please sign in to comment.