fixing transparency for the sticky header
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 13 Apr 2018 19:28:07 +0000 (15:28 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 13 Apr 2018 19:28:07 +0000 (15:28 -0400)
style.css

index 7be7ee3..dc549fe 100644 (file)
--- 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 {