From: Anthony Talarico Date: Wed, 21 Oct 2015 17:46:53 +0000 (-0400) Subject: Adjusted gradient colors to reduce the amount of white in the inner pages X-Git-Tag: v1.0.0^2~112 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c7cf030981df68a16df7ca902b313b7d8429aaad;p=WP-Themes%2Fshipwreckmuseum.git Adjusted gradient colors to reduce the amount of white in the inner pages --- diff --git a/css/app.css b/css/app.css index 4cb9f44..f7bd437 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_main.scss b/scss/_main.scss index 5594002..b20de4b 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -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;