Fix the font weight on the blog post list page

This commit is contained in:
Kaan Barmore-Genç 2024-05-08 22:56:20 -05:00
parent 4793c7a629
commit e4cce01240
Signed by: kaan
GPG key ID: B2E280771CD62FCF

View file

@ -33,7 +33,7 @@
<time datetime={post.meta.date}>
{format(new Date(post.meta.date), 'MMMM d')}
</time>
<div class="">About {post.readingTime.text}</div>
<div>About {post.readingTime.text}</div>
</li>
</a>
{/each}
@ -99,6 +99,7 @@
li {
list-style-type: none;
font-weight: normal;
}
.years,
.posts {