update: optimize theme color scheme and waline style

This commit is contained in:
radishzzz 2025-03-07 17:36:34 +00:00
parent 755bb4a233
commit eb3781bb6b
6 changed files with 117 additions and 21 deletions

View file

@ -25,7 +25,7 @@ const { Content, remarkPluginFrontmatter } = await post.render()
postDescription={post.data.description}
postImage={post.data.image}
>
<article class="heti mb-16">
<article class="heti mb-15">
<h1 class="post-title">
<span
transition:name={`post-${post.data.slug || post.slug}`}