Skip to content

Commit 6069678

Browse files
authored
Difuminar los bordes de la sección de entradas early bird con gradiente radial (#198)
1 parent 2070a88 commit 6069678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/home/SectionEarlyBird.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const menuT = menuTexts[lang as keyof typeof menuTexts]
1414

1515
<div class="relative py-16 px-4 overflow-hidden">
1616
<div
17-
class="absolute inset-0 bg-gradient-to-b from-pycon-red-50/20 via-pycon-red-50/10 to-transparent"
17+
class="absolute inset-0 bg-[radial-gradient(ellipse_at_center,rgba(252,160,156,0.22)_0%,rgba(252,160,156,0.12)_45%,transparent_75%)]"
1818
aria-hidden="true"
1919
>
2020
</div>

0 commit comments

Comments
 (0)