From f9679e5cb4bd63ef749a6c4f721780f9385147ba Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 17 Mar 2014 03:00:55 -0400 Subject: [PATCH] Improved footer colors (Flatly theme) --- public/css/themes/flatly.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/themes/flatly.less b/public/css/themes/flatly.less index 76d4d3d31e..ccbba116b0 100644 --- a/public/css/themes/flatly.less +++ b/public/css/themes/flatly.less @@ -987,3 +987,8 @@ input[type="color"], .well { .box-shadow(none); } + +#footer { + color: #3A5169; + background-color: #1D2936; +} \ No newline at end of file