From 52bb1096a2794b09dcbacc78d1a0581e3bf05c0e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 9 Oct 2018 12:57:52 -0400 Subject: [PATCH] Footer & copyright colors and backgrounds changed --- scss/_copyright.scss | 8 ++++---- scss/_page.footer.scss | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/scss/_copyright.scss b/scss/_copyright.scss index a737b24..d08c720 100644 --- a/scss/_copyright.scss +++ b/scss/_copyright.scss @@ -2,14 +2,14 @@ padding: 5px 0; margin: 0 auto; float: none; - background-color: $blue; + background-color: $l-blue; span { font-size: rem-calc(14); // font-weight: bold; - color: white; + color: $blue; } a { - color: $white; + color: $blue; } } #footer-address span.bullet, @@ -20,7 +20,7 @@ } } #copyright span.bullet { - color: $white; + color: $blue; } #footer-address span.bullet { color: $blue; diff --git a/scss/_page.footer.scss b/scss/_page.footer.scss index 40c4579..18b769a 100644 --- a/scss/_page.footer.scss +++ b/scss/_page.footer.scss @@ -60,7 +60,8 @@ } } footer{ - background-color: $d-blue; + background-color: $blue; + border-bottom: 2px solid $l-blue; margin-top: 40px; .action-grid{ // max-width: 375px; -- 2.17.1