fixed colours for heading text and list elements

This commit is contained in:
2026-04-14 21:16:27 +12:00
parent dbf86f7feb
commit 166d080014

View File

@@ -126,6 +126,13 @@ main {
} }
li {
color: var(--text-color);
}
li::marker {
color: var(--pink);
}
h1, h1,
h2, h2,
h3, h3,
@@ -133,7 +140,8 @@ h4,
h5, h5,
h6 { h6 {
margin: 0 0 0.5rem 0; margin: 0 0 0.5rem 0;
color: rgb(var(--header-color)); /* color: rgb(var(--header-color)); */
color: var(--text-color);
line-height: 1.2; line-height: 1.2;
} }
h1 { h1 {