From fb071ff650e82e24080787c3b0a6b2e9409a4886 Mon Sep 17 00:00:00 2001 From: Benno Tielen Date: Thu, 16 Jul 2026 08:28:39 +0200 Subject: [PATCH] fix: opacity --- src/components/Banner/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Banner/styles.module.scss b/src/components/Banner/styles.module.scss index bb0554b..8fb02f7 100644 --- a/src/components/Banner/styles.module.scss +++ b/src/components/Banner/styles.module.scss @@ -4,7 +4,7 @@ position: relative; height: 634px; background-color: $shade1; - opacity: 0.7; + opacity: 1; overflow: hidden; }