Improve code and design
This commit is contained in:
@@ -37,7 +37,7 @@ const image = await findImage(post.image);
|
||||
) : (
|
||||
<a
|
||||
href={getPermalink(post.slug, 'post')}
|
||||
class="hover:text-primary-600 transition ease-in duration-200"
|
||||
class="hover:text-primary-800 dark:hover:text-primary-700 transition ease-in duration-200"
|
||||
>
|
||||
{post.title}
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user