Fix h2 color (#3091)

This commit is contained in:
Alexander Petros 2024-12-24 13:57:47 -05:00 committed by GitHub
parent 1ee743332f
commit 4c0b2e1b4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -575,7 +575,7 @@ pre[class|="language"] {
color: lightgray;
}
.zola-anchor {
color: var(--anchorColor);
color: var(--textColor);
}
.zola-anchor:hover::after {