From 3c72907a0c45e6119a7f9b15454cb9902e36272f Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Fri, 22 May 2020 01:36:10 +0100 Subject: [PATCH] Updating front-background class Opacity from 50 - 5 % --- src/scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index cbd85ff..f6f6123 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -94,7 +94,7 @@ $body-bg: #f9f9f9; } img.front-background{ - opacity: 50% !important; + opacity: 5% !important; display: block; width: 100%; height: 100%;