Remove top margin from first markdown heading

This commit is contained in:
2026-01-31 16:25:17 +01:00
parent 555c08fd0b
commit b8d93c9ddf

View File

@@ -39,6 +39,10 @@ body[data-theme="light"] .md-root {
color: var(--md-text-color);
}
.md-root > .md-heading:first-child {
margin-top: 0;
}
.md-heading--1 {
font-size: 1.8rem;
}