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