diff --git a/mondumas/static/css/style.less b/mondumas/static/css/style.less
index 404e76b..9cbd8d5 100644
--- a/mondumas/static/css/style.less
+++ b/mondumas/static/css/style.less
@@ -96,9 +96,11 @@
top:7%;
}
-#footer {
- text-align: center;
- color: #428BCA;
+.footer {
+ background-color: #2f2f2f;
+ color: #ffffff;
+ padding-top: 2em;
+ padding-bottom: 1em;
}
.form-group {
diff --git a/mondumas/templates/layouts/global_layout.pt b/mondumas/templates/layouts/global_layout.pt
index 8cff4d6..909951f 100644
--- a/mondumas/templates/layouts/global_layout.pt
+++ b/mondumas/templates/layouts/global_layout.pt
@@ -95,11 +95,9 @@
-