added devlog 2026/0309
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user