From 85e83d6493116d89801f8dc97b2a3e752b9febb7 Mon Sep 17 00:00:00 2001 From: Carlos Vieira Date: Fri, 9 Aug 2019 08:07:45 -0300 Subject: [PATCH] Troca de cor do rodapé --- 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 975962f..fa879ce 100644 --- a/app/templates/exemplo.html +++ b/app/templates/exemplo.html @@ -22,7 +22,7 @@ body { } #footer-brasil { - background: none repeat scroll 0% 0% #F1F1F1; + background: none repeat scroll 0% 0% #071d41; padding: 1em 0px; max-width: 100%; } diff --git a/docker/public_html/index.html b/docker/public_html/index.html index 975962f..fa879ce 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% #F1F1F1; + background: none repeat scroll 0% 0% #071d41; padding: 1em 0px; max-width: 100%; } -- libgit2 0.21.2