From ef825cae68f3cd4ef58016212a45820d3b272f96 Mon Sep 17 00:00:00 2001 From: MAZE Date: Tue, 31 Oct 2023 19:42:46 +0330 Subject: [PATCH] style: change icon backgrounds --- src/components/sections/why/why.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }