changing the golf swing graphic background blue and the read more to the new yellow
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Mar 2019 19:18:02 +0000 (14:18 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Mar 2019 19:18:02 +0000 (14:18 -0500)
css/app.css
scss/_main.scss

index 0154b1d..690aff8 100644 (file)
@@ -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*/
index 1c565f9..23dd252 100644 (file)
@@ -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
                 }
             }