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.
1 parent 2070a88 commit 6069678Copy full SHA for 6069678
1 file changed
src/components/home/SectionEarlyBird.astro
@@ -14,7 +14,7 @@ const menuT = menuTexts[lang as keyof typeof menuTexts]
14
15
<div class="relative py-16 px-4 overflow-hidden">
16
<div
17
- class="absolute inset-0 bg-gradient-to-b from-pycon-red-50/20 via-pycon-red-50/10 to-transparent"
+ 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%)]"
18
aria-hidden="true"
19
>
20
</div>
0 commit comments