fix: style improvements

This commit is contained in:
saicaca
2023-11-08 10:36:59 +08:00
parent b171ad463e
commit 3798fd6b64
7 changed files with 17 additions and 12 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ const className = Astro.props.class;
class="with-divider"
>
<a href=`/archive/category/${category}` aria-label=`View all posts in the ${category} category`
class="link transition text-black/50 dark:text-white/50 text-sm font-medium
class="link-lg transition text-black/50 dark:text-white/50 text-sm font-medium
hover:text-[var(--primary)] dark:hover:text-[var(--primary)] whitespace-nowrap">
{category}
</a>
@@ -56,7 +56,7 @@ const className = Astro.props.class;
class="with-divider"
>
<a href=`/archive/tag/${tag}` aria-label=`View all posts with the ${tag} tag`
class="link transition text-black/50 dark:text-white/50 text-sm font-medium
class="link-lg transition text-black/50 dark:text-white/50 text-sm font-medium
hover:text-[var(--primary)] dark:hover:text-[var(--primary)] whitespace-nowrap">
{tag}
</a>