We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae96234 commit 065bfa0Copy full SHA for 065bfa0
src/pages/index.astro
@@ -43,7 +43,7 @@ const latestPosts = allPosts
43
<div class="flex flex-wrap justify-center gap-4">
44
<a
45
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"
+ 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"
47
>
48
<Icon name="mdi:briefcase" class="w-5 h-5" />
49
View Projects
0 commit comments