Skip to content

Commit ee33810

Browse files
refactor(home): change Get Started button text color
- add scale animatio to button
1 parent b51af54 commit ee33810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/Home.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="mt-8 flex justify-center gap-4">
1111
<a href="https://github.com/NitroVim/NitroVim"
1212
target="_blank"
13-
class="bg-white text-[#FC4850] px-6 py-3 rounded-lg font-medium hover:bg-[#FC485033] transition-colors">
13+
class="bg-white text-[#222222] px-6 py-3 rounded-lg font-medium hover:scale-[1.1] transition-all">
1414
Get started
1515
</a>
1616
<a href="https://github.com/NitroVim/NitroVim" target="_blank" class="text-white px-6 py-3 font-medium hover:underline">Learn more →</a>

0 commit comments

Comments
 (0)