From a071ba04c7e86b3056049492386516b58c4210c0 Mon Sep 17 00:00:00 2001 From: MAZE Date: Wed, 13 Aug 2025 12:01:38 +0330 Subject: [PATCH] style: decrease background opacity --- src/components/sounds/sound/sound.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sounds/sound/sound.module.css b/src/components/sounds/sound/sound.module.css index 49dc26f..e88c9ce 100644 --- a/src/components/sounds/sound/sound.module.css +++ b/src/components/sounds/sound/sound.module.css @@ -6,7 +6,7 @@ justify-content: center; padding: 25px 20px; text-align: center; - background: linear-gradient(var(--color-neutral-100), transparent); + background: linear-gradient(rgb(24 24 27 / 50%), transparent); border: 1px solid var(--color-neutral-200); border-radius: 12px; transition: 0.2s;