From ad7da616d4128feabbb0c4033498596823b3d2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique?= Date: Thu, 13 Mar 2025 21:00:10 -0300 Subject: [PATCH] refactor CSS styles for improved visual clarity; adjust gradients and opacity levels --- src/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.css b/src/index.css index 9c66cc1..b6af9d7 100755 --- a/src/index.css +++ b/src/index.css @@ -178,17 +178,17 @@ position: absolute; inset: 0; background: linear-gradient( - 120deg, + 125deg, transparent 0%, transparent 40%, rgba(255, 255, 255, 0.07) 42%, - rgba(255, 255, 255, 0.03) 50%, + rgba(255, 255, 255, 0.01) 50%, transparent 52%, transparent 100% ); z-index: 41; pointer-events: none; - opacity: 0.8; + opacity: 0.6; } .glass-reflection-2 { @@ -278,7 +278,7 @@ transparent 100% ); animation: horizontal-glare 8s linear infinite; - opacity: 0.4; + opacity: 0.3; z-index: 45; }