From e02110dbc11ba0d83c868203fc23cf3ca05d091c Mon Sep 17 00:00:00 2001 From: HarshKhandeparkar Date: Mon, 8 Jun 2020 21:05:01 +0530 Subject: [PATCH] tweak mask slightly --- lib/css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/css/index.css b/lib/css/index.css index 977b539..35852ab 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -73,8 +73,8 @@ html { #global-parallax .parallax-mask { position: fixed; - background-color: rgb(20, 80, 200); - opacity: 0.5; + background-color: rgb(20, 80, 150); + opacity: 0.3; } #global-parallax .parallax-bg {