Files
noctis/src/app.css
2025-09-02 22:12:28 -05:00

9 lines
161 B
CSS

@import 'tailwindcss';
body, html {
@apply bg-neutral-950 text-white font-sans min-h-screen;
}
a {
@apply text-pink-600 underline hover:no-underline;
}