style: add letter spacing to cjk header, navbar and post titles

This commit is contained in:
radishzzz 2025-05-11 00:52:02 +01:00
parent 385b5508aa
commit 9c1d2241d4
8 changed files with 25 additions and 64 deletions

View file

@ -39,7 +39,7 @@ function getPostPath(post: Post) {
{/* post title */}
<h3 class="inline">
<a
class="hover:c-primary"
class="cjk:tracking-0.02em hover:c-primary"
lg={isHome ? 'font-medium text-4.5' : ''}
href={getPostPath(post)}
transition:name={`post-${post.data.abbrlink || post.id}-${lang}`}