9 lines
161 B
CSS
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;
|
|
} |