portal-app/src/styles/index.css

12 lines
161 B
CSS
Raw Normal View History

2025-02-16 21:30:09 -05:00
@tailwind base;
@tailwind utilities;
/* Estilos personalizados */
body {
@apply bg-gray-100 text-gray-900;
}
.dark body {
@apply bg-gray-900 text-white;
}