feat: Altera cor da barra lateral

- Altera a cor de fundo e o gradiente da classe `bg-gradient-primary` para `#343C40` em `css/sb-admin-2.css`.
This commit is contained in:
Kenio 2025-07-03 20:38:35 -03:00
parent 33697e23f5
commit 2265476fc6

View file

@ -9863,8 +9863,8 @@ a:focus {
}
.bg-gradient-primary {
background-color: #4e73df;
background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
background-color: #343C40;
background-image: linear-gradient(180deg, #343C40 10%, #224abe 100%);
background-size: cover;
}