Skip to content

Commit 8bb3c05

Browse files
refactor(features): update icon and border colors of feature cards
1 parent ee33810 commit 8bb3c05

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/components/sections/Features.astro

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,56 +21,56 @@ import {
2121
</p>
2222
</div>
2323
<div class="grid gap-8 sm:grid-cols-2 lg:grid-cols-3">
24-
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-[#FC485050] transition-all duration-300 w-full">
25-
<div class="text-5xl mb-8 text-[#FC4850]"><FaCode /></div>
24+
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-white transition-all duration-300 w-full">
25+
<div class="text-5xl mb-8 text-white"><FaCode /></div>
2626
<h3 class="text-3xl font-semibold mb-4 text-white">Preconfigured LSP Support</h3>
2727
<p class="text-gray-300 text-lg">Seamless support for TypeScript, Python, C#, HTML, CSS, and more.</p>
2828
</article>
2929

30-
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-[#FC485050] transition-all duration-300 w-full">
31-
<div class="text-5xl mb-8 text-[#FC4850]"><FaBolt /></div>
30+
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-white transition-all duration-300 w-full">
31+
<div class="text-5xl mb-8 text-white"><FaBolt /></div>
3232
<h3 class="text-3xl font-semibold mb-4 text-white">Autocompletion & Snippets</h3>
3333
<p class="text-gray-300 text-lg">Boost productivity with nvim-cmp and friendly-snippets.</p>
3434
</article>
3535

36-
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-[#FC485050] transition-all duration-300 w-full">
37-
<div class="text-5xl mb-8 text-[#FC4850]"><FaCompass /></div>
36+
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-white transition-all duration-300 w-full">
37+
<div class="text-5xl mb-8 text-white"><FaCompass /></div>
3838
<h3 class="text-3xl font-semibold mb-4 text-white">File Explorer</h3>
3939
<p class="text-gray-300 text-lg">Navigate files effortlessly with integrated nvim-tree.</p>
4040
</article>
4141

42-
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-[#FC485050] transition-all duration-300 w-full">
43-
<div class="text-5xl mb-8 text-[#FC4850]"><FaSearch /></div>
42+
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-white transition-all duration-300 w-full">
43+
<div class="text-5xl mb-8 text-white"><FaSearch /></div>
4444
<h3 class="text-3xl font-semibold mb-4 text-white">Fuzzy Finder</h3>
4545
<p class="text-gray-300 text-lg">Swiftly locate files and symbols with telescope.nvim.</p>
4646
</article>
4747

48-
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-[#FC485050] transition-all duration-300 w-full">
49-
<div class="text-5xl mb-8 text-[#FC4850]"><FaDesktop /></div>
48+
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-white transition-all duration-300 w-full">
49+
<div class="text-5xl mb-8 text-white"><FaDesktop /></div>
5050
<h3 class="text-3xl font-semibold mb-4 text-white">Beautiful Dashboard</h3>
5151
<p class="text-gray-300 text-lg">Access projects and recent files with ease.</p>
5252
</article>
5353

54-
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-[#FC485050] transition-all duration-300 w-full">
55-
<div class="text-5xl mb-8 text-[#FC4850]"><FaPalette /></div>
54+
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-white transition-all duration-300 w-full">
55+
<div class="text-5xl mb-8 text-white"><FaPalette /></div>
5656
<h3 class="text-3xl font-semibold mb-4 text-white">20+ Themes</h3>
5757
<p class="text-gray-300 text-lg">Modern, clean UI with full transparency support.</p>
5858
</article>
5959

60-
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-[#FC485050] transition-all duration-300 w-full">
61-
<div class="text-5xl mb-8 text-[#FC4850]"><FaTools /></div>
60+
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-white transition-all duration-300 w-full">
61+
<div class="text-5xl mb-8 text-white"><FaTools /></div>
6262
<h3 class="text-3xl font-semibold mb-4 text-white">Lazy Loading Plugins</h3>
6363
<p class="text-gray-300 text-lg">Optimize performance with on-demand plugin loading.</p>
6464
</article>
6565

66-
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-[#FC485050] transition-all duration-300 w-full">
67-
<div class="text-5xl mb-8 text-[#FC4850]"><FaBoxOpen /></div>
66+
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-white transition-all duration-300 w-full">
67+
<div class="text-5xl mb-8 text-white"><FaBoxOpen /></div>
6868
<h3 class="text-3xl font-semibold mb-4 text-white">Git Integration</h3>
6969
<p class="text-gray-300 text-lg">Streamlined version control with lazygit.</p>
7070
</article>
7171

72-
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-[#FC485050] transition-all duration-300 w-full">
73-
<div class="text-5xl mb-8 text-[#FC4850]"><FaCogs /></div>
72+
<article class="group relative p-6 bg-[#222222]/80 backdrop-blur-xl rounded-xl border border-white/10 hover:border-white transition-all duration-300 w-full">
73+
<div class="text-5xl mb-8 text-white"><FaCogs /></div>
7474
<h3 class="text-3xl font-semibold mb-4 text-white">Fully Customizable</h3>
7575
<p class="text-gray-300 text-lg">Tailor settings, plugins, and keybindings to your needs.</p>
7676
</article>

0 commit comments

Comments
 (0)