From 68cd75d3a88c04254f766360011903132692e5fc Mon Sep 17 00:00:00 2001 From: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Date: Sat, 4 Jul 2020 09:30:28 +0530 Subject: [PATCH] fix: reduce opacity of glass to make it glassier --- 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 b75162d..bac50a8 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -54,7 +54,7 @@ img { .parallax .above-parallax { box-shadow: rgba(0, 0, 0, 0.6) 0 0 1rem; - background: rgba(5, 20, 40, 0.93); + background: rgba(5, 20, 40, 0.85); color: white; padding: 2rem; z-index: 100;