Skip to content

Commit b439642

Browse files
committed
fix: remove background opacity from sections for improved visibility
1 parent d53c88a commit b439642

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const structuredData = {
140140
</section>
141141

142142
<!-- How It Works -->
143-
<section class="py-16 bg-base-200/30">
143+
<section class="py-16 bg-base-200">
144144
<div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
145145
<h2 class="text-2xl font-bold text-center mb-10">How It Works</h2>
146146
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
@@ -184,7 +184,7 @@ const structuredData = {
184184

185185
<!-- Free-Tier Maximizer -->
186186
{freeStacks.length > 0 && (
187-
<section class="py-16 bg-base-200/30">
187+
<section class="py-16 bg-base-200">
188188
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
189189
<div class="text-center mb-10">
190190
<h2 class="text-2xl font-bold mb-2">💸 Free-Tier Maximizer</h2>
@@ -254,7 +254,7 @@ const structuredData = {
254254
)}
255255

256256
<!-- All Plans Directory -->
257-
<section id="plans" class="py-16 bg-base-200/30">
257+
<section id="plans" class="py-16 bg-base-200">
258258
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
259259
<div class="flex flex-col sm:flex-row items-start sm:items-center justify-between gap-4 mb-8">
260260
<div>

0 commit comments

Comments
 (0)