minor clean up and attempt to fix coloring

This commit is contained in:
Starystars67
2025-12-20 02:34:26 +00:00
parent cdbf8f991c
commit f3269d0bee
2 changed files with 7 additions and 19 deletions

View File

@@ -221,7 +221,7 @@ const faqs = [
>
<component
:is="feature.icon"
class="w-10 h-10 text-beammp-blue mb-4 group-hover:scale-110 transition-transform dark:text-blue-400"
class="w-10 h-10 text-beammp-orange mb-4 group-hover:scale-110 transition-transform dark:text-beammp-orange"
/>
<h3 class="text-xl font-semibold mb-2">{{ feature.title }}</h3>
<p class="text-neutral-600 dark:text-neutral-400 text-sm">{{ feature.description }}</p>