fix heading color on posts list
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user