Auto-deploy: 2026-01-13 13:01:32 | 1 arquivo(s) alterado(s)

This commit is contained in:
daivid.alves 2026-01-13 13:01:32 -03:00
parent cfea292069
commit a2a7cc7cb6
1 changed files with 3 additions and 2 deletions

View File

@ -90,12 +90,12 @@
/* Scoped Themes */
.theme-frota {
--radius: 0.625rem;
---primary: oklch(0.627 0.194 149.214); /* Emerald 500 */
--primary: var(---primary);
--primary-glow: oklch(0.627 0.194 149.214 / 15%);
--ring: var(---primary);
font-family: 'FE-Font', sans-serif;
font-family: 'FE-Font', sans-serif;
}
.theme-financeiro {
@ -133,6 +133,7 @@
}
.dark.theme-frota {
--radius: 0.625rem;
---primary: oklch(0.705 0.213 146.067); /* Emerald 400 for dark mode */
--primary: var(---primary);
--primary-glow: oklch(0.705 0.213 146.067 / 30%);