Skip to content

Commit 065bfa0

Browse files
committed
Update button styling on the homepage to improve visibility and accessibility
1 parent ae96234 commit 065bfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const latestPosts = allPosts
4343
<div class="flex flex-wrap justify-center gap-4">
4444
<a
4545
href="/projects/"
46-
class="px-6 py-3 bg-teal-600 hover:bg-teal-700 text-white font-medium rounded-lg transition-colors flex items-center gap-2"
46+
class="px-6 py-3 bg-teal-300 hover:bg-teal-700 !text-gray-900 font-medium rounded-lg transition-colors flex items-center gap-2"
4747
>
4848
<Icon name="mdi:briefcase" class="w-5 h-5" />
4949
View Projects

0 commit comments

Comments
 (0)