Adjusted gradient colors to reduce the amount of white in the inner pages
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Oct 2015 17:46:53 +0000 (13:46 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 21 Oct 2015 17:46:53 +0000 (13:46 -0400)
css/app.css
scss/_main.scss

index 4cb9f44..f7bd437 100644 (file)
@@ -7026,9 +7026,9 @@ main.page-front #content-wrapper {
       main.page-front #content-wrapper a.action-block img {
         margin: 35px 0 30px; } }
 main.page-inside #content-wrapper {
-  background: -webkit-linear-gradient(top, #2f4d4f 73%, rgba(255, 255, 255, 0) 100%);
-  background: -moz-linear-gradient(center top, #2f4d4f 73%, rgba(255, 255, 255, 0) 100%);
-  background: -ms-linear-gradient(top, #2f4d4f 73%, rgba(255, 255, 255, 0) 100%);
+  background: -webkit-linear-gradient(top, #2f4d4f 73%, rgba(47, 77, 79, 0) 100%);
+  background: -moz-linear-gradient(center top, #2f4d4f 73%, rgba(47, 77, 79, 0) 100%);
+  background: -ms-linear-gradient(top, #2f4d4f 73%, rgba(47, 77, 79, 0) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4d4f', endColorstr='#00ffffff',GradientType=0 ); }
   main.page-inside #content-wrapper .featured-image {
     min-height: 525px;
index 5594002..b20de4b 100644 (file)
@@ -56,7 +56,7 @@ main {
     }
     &.page-inside {
         #content-wrapper {
-            @include gradient($green, rgba($white, 0));
+            @include gradient($green, rgba($green, 0));
             .featured-image {
                 min-height: 525px;
                 z-index: -5;