diff --git a/src/components/sections/why/why.module.css b/src/components/sections/why/why.module.css index 4fc8ca8..ea66faa 100644 --- a/src/components/sections/why/why.module.css +++ b/src/components/sections/why/why.module.css @@ -23,7 +23,7 @@ border: 1px solid var(--color-neutral-200); border-radius: 12px; margin-bottom: 12px; - background-color: var(--color-neutral-100); + background: linear-gradient(var(--color-neutral-100), transparent); color: #818cf8; font-size: var(--font-lg); }