From: Anthony Talarico Date: Fri, 1 Mar 2019 19:18:02 +0000 (-0500) Subject: changing the golf swing graphic background blue and the read more to the new yellow X-Git-Tag: v1.2.52^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6665ae065ceae61f0a2afee36638fffc6a9f0b5b;p=WP-Themes%2Fmountpleasantwow.git changing the golf swing graphic background blue and the read more to the new yellow --- diff --git a/css/app.css b/css/app.css index 0154b1d..690aff8 100644 --- a/css/app.css +++ b/css/app.css @@ -7206,7 +7206,7 @@ main.page-front { main.page-front #mid #golf { margin-top: -3px; margin-bottom: 30px; - background: rgba(105, 4, 51, 0.9); + background: rgba(22, 52, 91, 0.9); -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5); -ms-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5); @@ -7222,7 +7222,7 @@ main.page-front { margin-bottom: 10px; font-size: 14px; } main.page-front #mid #golf a { - color: #ffc742; + color: #E6E125; font-size: 14px; } main.page-inside #content-wrapper { /* top: -57px; keeping this commented in case we ever want to return the reservation widget*/ diff --git a/scss/_main.scss b/scss/_main.scss index 1c565f9..23dd252 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -275,7 +275,7 @@ main { #golf { margin-top: -3px; margin-bottom: 30px; - background: rgba($maroon, 0.9); + background: rgba($revamp-blue, 0.9); -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5); -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5); -ms-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5); @@ -293,7 +293,7 @@ main { font-size: 14px; } a { - color: $gold; + color: $revamp-yellow; font-size: 14px } }