replacing more font styles
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Mar 2019 14:37:09 +0000 (09:37 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Mar 2019 14:37:09 +0000 (09:37 -0500)
css/app.css
scss/_blog.scss
scss/_main.scss
scss/_page.footer.scss
scss/_settings.scss

index 82e4749..7c64424 100644 (file)
@@ -5127,11 +5127,11 @@ div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, t
 
 /* Default Link Styles */
 a {
-  color: #690433;
+  color: #16345B;
   line-height: inherit;
   text-decoration: none; }
   a:hover, a:focus {
-    color: #5a032c; }
+    color: #132d4e; }
   a img {
     border: none; }
 
@@ -7242,7 +7242,7 @@ main #mid {
   main #mid #golf {
     margin-bottom: 50px; }
     main #mid #golf h2 {
-      color: #1479b0; }
+      color: #16345B; }
     main #mid #golf #request {
       margin-top: -20px;
       padding: 0; }
@@ -8150,8 +8150,7 @@ body #glm-member-front-header .glm-button.button {
   float: right; }
 
 .blog-feed-front-sub-link a {
-  text-decoration: underline;
-  color: #1479b0; }
+  text-decoration: underline; }
 
 #ai1ec-container .ai1ec-views-dropdown {
   /*display: none;*/ }
@@ -8414,7 +8413,7 @@ img#orb-foot {
   display: block;
   margin: 0 auto 10px; }
 #footer_address a {
-  color: #690433;
+  color: #16345B;
   text-decoration: underline;
   font-style: normal;
   font-family: "Open Sans"; }
index 1eb95a1..549e54e 100644 (file)
 }
 .blog-feed-front-sub-link a {
     text-decoration: underline;
-    color: $blue;
+    // color: $blue;
 }
\ No newline at end of file
index a9efdbd..1c565f9 100644 (file)
@@ -322,7 +322,7 @@ main {
         #golf {
             margin-bottom: 50px;
             h2 {
-                color: $blue;
+                color: $revamp-blue;
             }
             #request {
                 margin-top: -20px;
index a9c4997..5f0d412 100644 (file)
@@ -64,7 +64,7 @@ img#orb-foot {
         margin: 0 auto 10px;
     }
     a {
-        color: $maroon;
+        color: $revamp-blue;
         text-decoration: underline;
         font-style: normal;
         font-family: "Open Sans";
index 0d5ef2b..b151023 100644 (file)
@@ -276,7 +276,7 @@ $small-font-color: scale-color($header-font-color, $lightness: 35%);
 // We use these to style anchors
 // $anchor-text-decoration: none;
 // $anchor-text-decoration-hover: none;
- $anchor-font-color: $maroon;
+ $anchor-font-color: $revamp-blue;
 // $anchor-font-color-hover: scale-color($anchor-font-color, $lightness: -14%);
 
 // We use these to style the <hr> element