From 37641b0f491b6709cfe1d570a4721fcccba03d35 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 21 May 2018 15:53:29 -0400 Subject: [PATCH] testing re parallax overlay darkening for the panels on front page --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index aa72ca6..985917a 100644 --- a/style.css +++ b/style.css @@ -2666,6 +2666,14 @@ Responsive grid for pages background: rgba(0,0,0, .7) !important; /* margin-top: 30px; */ } +.parallax-section:nth-child(2) .overlay{ + border-top: 4px solid #320701; + border-bottom: 4px solid #320701; + /* border-top: 3px solid #F28B59; + border-bottom: 3px solid #F28B59; */ + background: rgba(0,0,0, .7) !important; + /* margin-top: 30px; */ +} .parallax-section:nth-child(3){ /* border-bottom: 4px solid #1b2650; */ */ /* margin-top: 30px; */ -- 2.17.1