From 60bf46f2be0bea0e1b98f0696f1c91e6cd7f16c4 Mon Sep 17 00:00:00 2001 From: Carlos Vieira Date: Fri, 9 Aug 2019 08:12:39 -0300 Subject: [PATCH] Cor do background important --- app/templates/exemplo.html | 2 +- docker/public_html/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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