From 8d89c53fce1109a15d535bff2b253272caae4953 Mon Sep 17 00:00:00 2001 From: HarshKhandeparkar Date: Mon, 8 Jun 2020 14:55:28 +0530 Subject: [PATCH] feat: tweaked mask color --- lib/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/css/index.css b/lib/css/index.css index 212230a..136ba74 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -73,7 +73,7 @@ html { #global-parallax .parallax-mask { position: fixed; - background-color: rgb(30, 100, 230); + background-color: rgb(20, 80, 200); opacity: 0.5; }