Adjust footer action item blocks background color
authorLaury GvR <laury@gaslightmedia.com>
Wed, 1 May 2019 17:20:40 +0000 (13:20 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 1 May 2019 17:20:40 +0000 (13:20 -0400)
css/app.css
scss/plugins/_blocks.scss

index 5bcada2..1f541ba 100644 (file)
@@ -6994,14 +6994,14 @@ body .off-canvas-wrap .county-landing-page-template #header-crowdriff .loadMore
 
 #footer-blocks {
   display: flex;
-  background: #1c1c1c; }
+  background: #696969; }
   @media only screen and (min-width:0em) and (max-width:64em) {
     #footer-blocks {
       flex-direction: column;
       align-items: center; } }
   #footer-blocks .footer-block-container {
     padding: 0 10px;
-    background: #1c1c1c;
+    background: #696969;
     position: relative;
     flex: 1;
     width: 100%; }
index 41f7e17..d01be19 100644 (file)
@@ -3,7 +3,7 @@
 }
 #footer-blocks {
     display: flex;
-    background: #1c1c1c;
+    background: #696969;
     @media #{$medium-down} {
         flex-direction: column;
         align-items: center;