portal-app/src/styles/index.css
2025-02-16 21:30:09 -05:00

11 lines
161 B
CSS

@tailwind base;
@tailwind utilities;
/* Estilos personalizados */
body {
@apply bg-gray-100 text-gray-900;
}
.dark body {
@apply bg-gray-900 text-white;
}