diff --git a/static/css/style.css b/static/css/style.css index a235b15..b57cc5c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -35,6 +35,13 @@ body { margin-right: 10px; } +.navbar-logo { + height: 35px; + width: auto; + margin-right: 10px; + filter: brightness(0) invert(1); +} + .nav-link { font-weight: 500; transition: all 0.3s ease; diff --git a/templates/base.html b/templates/base.html index 23e337a..affaf40 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ - {% block title %}{% endblock %} - Sistema de Gestão OCI + {% block title %}{% endblock %} - Controles OCI {{ bootstrap.load_css() }} @@ -17,8 +17,8 @@