From ada123327bd917def9de1dde3690cc4bfdcdf431 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 May 2018 15:33:38 -0400 Subject: [PATCH] darkening the overlay for the parallax sections on the front page --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 9cf894b..b92126b 100644 --- a/style.css +++ b/style.css @@ -2660,7 +2660,7 @@ Responsive grid for pages border-bottom: 4px solid #320701; /* border-top: 3px solid #F28B59; border-bottom: 3px solid #F28B59; */ - /* background: rgba(255,255,255, .9) !important; */ + background: rgba(0,0,0, .7) !important; /* margin-top: 30px; */ } .parallax-section:nth-child(3){ -- 2.17.1