changing border color for the parallax sections
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 May 2018 13:54:01 +0000 (09:54 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 May 2018 13:54:01 +0000 (09:54 -0400)
style.css

index ae032a2..d012b24 100644 (file)
--- 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;