fix: style improvements
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user