Footer & copyright colors and backgrounds changed
authorLaury GvR <laury@gaslightmedia.com>
Tue, 9 Oct 2018 16:57:52 +0000 (12:57 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 9 Oct 2018 17:08:56 +0000 (13:08 -0400)
scss/_copyright.scss
scss/_page.footer.scss

index a737b24..d08c720 100644 (file)
@@ -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;
index 40c4579..18b769a 100644 (file)
@@ -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;