Files
Estacion-de-Documentos/frontend/app/globals.css
T
2026-05-17 10:14:14 -06:00

21 lines
220 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
color-scheme: dark;
}
body {
background: #020617;
color: #e5e7eb;
}
textarea, input, button {
font: inherit;
}
.prose {
max-width: none;
}