added devlog 2026/0309

This commit is contained in:
2026-03-09 22:06:49 +01:00
parent a9756725da
commit b88908d7bf
9 changed files with 130 additions and 9 deletions

View File

@@ -234,9 +234,16 @@
color: var(--color-highlight);
margin-top: var(--margin-header-top);
margin-bottom: var(--margin-header-bottom);
}
h1 {
width: fit-content;
}
h2, h3, h4, h5, h6 {
width: 100%;
}
h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
/* Remove top margin when a header immediately preceds another header */
margin-top: 0;