From f78ca9aa618713ac853e4716f6926fd5e8c7e14a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 13 Apr 2018 15:28:07 -0400 Subject: [PATCH] fixing transparency for the sticky header --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 7be7ee3..dc549fe 100644 --- a/style.css +++ b/style.css @@ -1196,7 +1196,7 @@ Main Header width: 100%; z-index: 99999; /* background-color: rgba(21, 32, 61, 0.7); */ - background-color: rgba(255,255,255, 0.7); + background-color: rgba(255,255,255, 0.85); padding: 10px 0; border-bottom: 3px solid #15203d; position: relative; @@ -1300,7 +1300,7 @@ body.parallax-on .wpcf7-not-valid-tip { .main-navigation a { display: block; text-decoration: none; - color: #333; + color: #15203d; } .main-navigation ul ul { -- 2.17.1