From d4cc24e468230df51e5676abbd828b2f2edd97f3 Mon Sep 17 00:00:00 2001 From: MAZE Date: Thu, 8 Feb 2024 19:23:29 +0330 Subject: [PATCH] style: lower opacity --- src/components/source/source.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/source/source.module.css b/src/components/source/source.module.css index 7e1e0c7..bb17859 100644 --- a/src/components/source/source.module.css +++ b/src/components/source/source.module.css @@ -4,7 +4,7 @@ & .wrapper { position: relative; padding: 0 20px 40px; - background: linear-gradient(transparent, var(--color-neutral-100)); + background: linear-gradient(transparent, rgb(24 24 27 / 80%)); border-radius: 0 0 20px 20px; &::after { @@ -17,7 +17,7 @@ background: linear-gradient( 90deg, transparent, - var(--color-neutral-300), + var(--color-neutral-400), transparent ); transform: translateX(-50%);