From 4ee81b5a2d4318ba03c0203edf3bffba2634617f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 4 Oct 2016 15:30:05 +0200 Subject: [PATCH] Change the footer background color --- app/static/src/sass/layout/_footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/src/sass/layout/_footer.scss b/app/static/src/sass/layout/_footer.scss index b3453ee5..bf9d3bcd 100755 --- a/app/static/src/sass/layout/_footer.scss +++ b/app/static/src/sass/layout/_footer.scss @@ -25,7 +25,7 @@ $module: ".footer"; &__content { - background: #8e8e8e; + background: #6b6b6b; @include padding(1 0); -- 2.39.5