some style updates

This commit is contained in:
parsa aghaei 2024-10-14 17:03:17 +03:30
parent 19ff490836
commit 0e07e7b00f
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ export default function Categories({ data }: CategoriesProps) {
</h2>
<Link
href={"/blog/categories"}
className="text-[16px] font-[400] text-blog-text-passive"
className="text-[16px] font-[400] text-blog-text-passive hover:underline"
>
View all
</Link>

View File

@ -15,7 +15,7 @@ export default function FilteredPosts({ data }: FilteredPostsProps) {
</h2>
<Link
href={"/blog/filtered-posts/popular"}
className="text-[16px] font-[400] text-blog-text-passive"
className="text-[16px] font-[400] text-blog-text-passive hover:underline"
>
View all
</Link>

View File

@ -58,9 +58,9 @@ export default function New({ data }: NewProps) {
<h2 className="text-[24px] font-[700] text-blog-text-default">New</h2>
<Link
href={"/blog/filtered-posts/new"}
className="text-[16px] font-[400] text-blog-text-passive"
className="text-[16px] font-[400] text-blog-text-passive hover:underline"
>
View all new
View all
</Link>
</div>