Skip to content

Commit

Permalink
fix: update markdown heading margins and add spacing in github-markdo…
Browse files Browse the repository at this point in the history
…wn.css
  • Loading branch information
blinko-space committed Dec 8, 2024
1 parent 94ad8a2 commit 4482b67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/styles/github-markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
--fgColor-accent: Highlight;
}


.markdown-body,
[data-markdown-theme="dark"] {
/* dark */
Expand Down Expand Up @@ -404,8 +405,8 @@ menu {
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
margin-top: var(--base-size-24);
margin-bottom: var(--base-size-16);
/* margin-top: var(--base-size-4); */
margin-bottom: var(--base-size-8);
font-weight: var(--base-text-weight-semibold, 600);
line-height: 1.25;
}
Expand Down

0 comments on commit 4482b67

Please sign in to comment.