diff --git a/static/css/components.css b/static/css/components.css index 7f395ee..0804245 100644 --- a/static/css/components.css +++ b/static/css/components.css @@ -150,6 +150,14 @@ margin: 0.5rem 1rem; } +.header-content a { + text-decoration: none; + color: inherit; +} + +.header-content a:hover { + text-decoration: none; +} /* Estilo dos Formulários */ diff --git a/templates/header.html b/templates/header.html index b22eb40..4411895 100644 --- a/templates/header.html +++ b/templates/header.html @@ -7,7 +7,9 @@ {% include 'sidebar.html' %}
-

Calculadora de Matrizes

+ +

Calculadora de Matrizes

+