From c30848de033f0272601c3d419516a81beeb8697a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 May 2018 09:54:01 -0400 Subject: [PATCH] changing border color for the parallax sections --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index ae032a2..d012b24 100644 --- a/style.css +++ b/style.css @@ -2636,8 +2636,8 @@ Responsive grid for pages font-weight: bold; } .parallax-section:nth-child(3) .overlay{ - border-top: 4px solid #00D3D1; - border-bottom: 4px solid #00D3D1; + border-top: 4px solid #320701; + border-bottom: 4px solid #320701; /* border-top: 3px solid #F28B59; border-bottom: 3px solid #F28B59; */ background: rgba(255,255,255, .9) !important; -- 2.17.1