diff --git a/app/templates/exemplo.html b/app/templates/exemplo.html
index 97b530d..44bb6ee 100644
--- a/app/templates/exemplo.html
+++ b/app/templates/exemplo.html
@@ -22,7 +22,7 @@ body {
}
#footer-brasil {
- background: none repeat scroll 0% 0% #071d41;
+ background: none repeat scroll 0% 0% #071d41 !important;
padding: 1em 0px;
max-width: 100%;
}
diff --git a/docker/public_html/index.html b/docker/public_html/index.html
index 97b530d..44bb6ee 100644
--- a/docker/public_html/index.html
+++ b/docker/public_html/index.html
@@ -22,7 +22,7 @@ body {
}
#footer-brasil {
- background: none repeat scroll 0% 0% #071d41;
+ background: none repeat scroll 0% 0% #071d41 !important;
padding: 1em 0px;
max-width: 100%;
}
--
libgit2 0.21.2