Skip to content

Commit

Permalink
update link UI style.
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzzystar committed Nov 21, 2024
1 parent 638e7e7 commit 951b463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PublicBlogList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function PublicBlogList({
<li key={post.id} className="flex items-center">
<Link
href={`/${username}/blog/${encodeURIComponent(post.id)}`}
className="text-gray-700 hover:text-gray-400 transition-colors duration-200"
className="text-gray-400 no-underline hover:text-gray-600 hover:underline hover:underline-offset-4 transition-colors duration-200"
>
{post.title}
</Link>
Expand Down

0 comments on commit 951b463

Please sign in to comment.