From 84a658409d93845913902920869601868c3f2c3a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 1 Mar 2019 09:37:09 -0500 Subject: [PATCH] replacing more font styles --- css/app.css | 11 +++++------ scss/_blog.scss | 2 +- scss/_main.scss | 2 +- scss/_page.footer.scss | 2 +- scss/_settings.scss | 2 +- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/css/app.css b/css/app.css index 82e4749..7c64424 100644 --- a/css/app.css +++ b/css/app.css @@ -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"; } diff --git a/scss/_blog.scss b/scss/_blog.scss index 1eb95a1..549e54e 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -339,5 +339,5 @@ } .blog-feed-front-sub-link a { text-decoration: underline; - color: $blue; + // color: $blue; } \ No newline at end of file diff --git a/scss/_main.scss b/scss/_main.scss index a9efdbd..1c565f9 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -322,7 +322,7 @@ main { #golf { margin-bottom: 50px; h2 { - color: $blue; + color: $revamp-blue; } #request { margin-top: -20px; diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index a9c4997..5f0d412 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -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"; diff --git a/scss/_settings.scss b/scss/_settings.scss index 0d5ef2b..b151023 100644 --- a/scss/_settings.scss +++ b/scss/_settings.scss @@ -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
element -- 2.17.1