diff --git a/src/styles/github-markdown.css b/src/styles/github-markdown.css index cc9ea03..646cf01 100644 --- a/src/styles/github-markdown.css +++ b/src/styles/github-markdown.css @@ -421,6 +421,10 @@ border-bottom: 1px solid var(--borderColor-muted); } +.markdown-body h2:not(:first-of-type) { + margin-top: 2em; +} + .markdown-body h3 { font-weight: var(--base-text-weight-semibold, 600); font-size: 1.25em;