From 1c58aec9ef125629ab08aff76520cd76c58fd36b Mon Sep 17 00:00:00 2001 From: wjiang42 Date: Fri, 26 Jan 2024 21:57:19 -0500 Subject: [PATCH] reduce background tint on index --- _sass/pages/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/pages/index.scss b/_sass/pages/index.scss index 3fb5fadd..aeec76f2 100644 --- a/_sass/pages/index.scss +++ b/_sass/pages/index.scss @@ -22,7 +22,7 @@ header #main-nav { } #bg-carousel-gradient { z-index: -1; - background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); + background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2)); } main .content-block { @@ -31,7 +31,7 @@ main .content-block { height: 100%; margin: 15px 0 30px 0; p { - background-color: rgba(0,0,0,0.8); + background-color: rgba(0,0,0,0.6); } }