fix heading color on posts list

This commit is contained in:
2026-04-06 12:08:08 -04:00
parent 67779ecd40
commit 6ba91ab8fe
+1 -1
View File
@@ -42,7 +42,7 @@ const posts = await Promise.all(entries.map(async entry => {
margin: 0 auto; margin: 0 auto;
& h2 a { & h2 a {
color: var(--content-color); color: inherit;
} }
} }