refactor: ajustes na interface - logo, nome do sistema e layout da home

This commit is contained in:
andersonid
2025-04-02 14:34:05 -03:00
parent 32cd4b70c1
commit 4f781b2a0e
3 changed files with 13 additions and 6 deletions

View File

@@ -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;