From 7d5235882423cc54571059c0e8b2baa69afe941d Mon Sep 17 00:00:00 2001 From: nmorduch Date: Fri, 20 May 2016 17:21:41 -0400 Subject: [PATCH] change bg color to footer color --- core/static/css/_variables.sass | 1 + core/static/css/modules/_base.sass | 3 +++ core/templates/core/layouts/base.html | 6 +++--- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/core/static/css/_variables.sass b/core/static/css/_variables.sass index bed5de0..f981ef7 100644 --- a/core/static/css/_variables.sass +++ b/core/static/css/_variables.sass @@ -36,6 +36,7 @@ $btn-secondary-border: $gray-light $body-color: $gray-mid $brand-primary: $green-mid $brand-secondary: $yellow-light +$body-bg: $black-almost $link-hover-color: $green $btn-font-weight: $normal diff --git a/core/static/css/modules/_base.sass b/core/static/css/modules/_base.sass index 86836e1..b20df33 100644 --- a/core/static/css/modules/_base.sass +++ b/core/static/css/modules/_base.sass @@ -6,6 +6,9 @@ h1, h2, h3, h4, h5, h6 font-weight: $normal color: $black-almost +main + background-color: $white + // Sticky Footer (https://getbootstrap.com/examples/sticky-footer/) html position: relative diff --git a/core/templates/core/layouts/base.html b/core/templates/core/layouts/base.html index 20d978a..51280f7 100644 --- a/core/templates/core/layouts/base.html +++ b/core/templates/core/layouts/base.html @@ -61,9 +61,9 @@ {% endif %} - - {% block body %}{% endblock %} - +
+ {% block body %}{% endblock %} +