feat: better date colors

This commit is contained in:
grassblock 2025-05-19 12:15:10 +08:00
parent 819bd91231
commit 9e5bf9309e
3 changed files with 19 additions and 14 deletions

View file

@ -50,12 +50,4 @@ const cover = customFeaturedImage || matchedImage_src?.src || `/post/${slug}/fea
<a href="/blog">&larr; Back to posts</a>
</div>
</Layout>
<style>
span.date {
color: #4c566a;
font-size: 0.9rem;
margin-bottom: 1.5rem;
display: block;
}
</style>
</Layout>