We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Get Started
1 parent b51af54 commit ee33810Copy full SHA for ee33810
src/components/sections/Home.astro
@@ -10,7 +10,7 @@
10
<div class="mt-8 flex justify-center gap-4">
11
<a href="https://github.com/NitroVim/NitroVim"
12
target="_blank"
13
- class="bg-white text-[#FC4850] px-6 py-3 rounded-lg font-medium hover:bg-[#FC485033] transition-colors">
+ class="bg-white text-[#222222] px-6 py-3 rounded-lg font-medium hover:scale-[1.1] transition-all">
14
Get started
15
</a>
16
<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