From 1ede788f998d21755bd322b7c8a133cc0f6b4862 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Mon, 26 Feb 2024 16:45:51 +0100 Subject: [PATCH] fix(landing): opacity --- assets/sass/landing.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/sass/landing.scss b/assets/sass/landing.scss index 229170a..44f3c13 100644 --- a/assets/sass/landing.scss +++ b/assets/sass/landing.scss @@ -75,8 +75,8 @@ z-index: 1; left: 20px; bottom: -100px; - opacity: 0.4; svg { + opacity: 0.3; width: 300px; } } @@ -97,7 +97,6 @@ bottom: -75px; svg { width: 500px; - opacity: 0.3; } } .separator {