feat: tweaked mask color

This commit is contained in:
HarshKhandeparkar 2020-06-08 14:55:28 +05:30
parent 74cd247455
commit 8d89c53fce

View file

@ -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;
}