From 5b83710c75515352b88c7bd361694d3067cb08fb Mon Sep 17 00:00:00 2001 From: MAZE Date: Sun, 25 Feb 2024 15:08:56 +0330 Subject: [PATCH] style: increase pattern opacity --- src/components/hero/hero.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/hero/hero.module.css b/src/components/hero/hero.module.css index 51451d9..22f8b58 100644 --- a/src/components/hero/hero.module.css +++ b/src/components/hero/hero.module.css @@ -18,7 +18,7 @@ ); background-position: top center; background-size: 31px 31px; - opacity: 0.8; + opacity: 0.9; mask-image: linear-gradient(#fff, transparent, transparent); } }