fix: hide duplicate doc titles

This commit is contained in:
Peter Steinberger
2026-01-05 02:45:14 +01:00
parent 9c039e8356
commit b779029517

View File

@@ -3,6 +3,10 @@
line-height: 1.7;
}
.mdx-content > h1:first-of-type {
display: none;
}
.markdown h1,
.markdown h2,
.markdown h3,
@@ -127,4 +131,3 @@
font-family: var(--font-pixel);
letter-spacing: 0.06em;
}