From e3310bb4708b3f7e95210454e4173deeba54e3f4 Mon Sep 17 00:00:00 2001 From: thiagourias Date: Fri, 3 May 2019 17:13:45 -0300 Subject: [PATCH] Correcoes navbar --- templates/columns1.mustache | 4 ++++ templates/navbar.mustache | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/templates/columns1.mustache b/templates/columns1.mustache index f26ab2f..153c80d 100644 --- a/templates/columns1.mustache +++ b/templates/columns1.mustache @@ -44,6 +44,8 @@ {{{ output.standard_top_of_body_html }}} + {{> theme_ilb/navbar }} +
@@ -61,6 +63,8 @@
{{{ output.standard_end_of_body_html }}} + +{{> theme_ilb/footer }} {{#js}} diff --git a/templates/navbar.mustache b/templates/navbar.mustache index 0339d10..2ddc0b6 100644 --- a/templates/navbar.mustache +++ b/templates/navbar.mustache @@ -67,5 +67,12 @@ .corTextoNav{ color: white !important; } + .navbar-light .navbar-nav .nav-link { + color: white; + } + + #dropdown-1{ + color:; + }