From 6665ae065ceae61f0a2afee36638fffc6a9f0b5b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 1 Mar 2019 14:18:02 -0500 Subject: [PATCH] changing the golf swing graphic background blue and the read more to the new yellow --- css/app.css | 4 ++-- scss/_main.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 } } -- 2.17.1