Files
2026-04-20 15:49:01 -05:00

15 lines
148 B
CSS

@import "tailwindcss";
:root {
color-scheme: light;
}
html,
body {
height: 100%;
}
body {
@apply bg-slate-50 text-slate-900 antialiased;
}