7 lines
102 B
CSS
7 lines
102 B
CSS
@import "tailwindcss";
|
|
|
|
@layer base {
|
|
body {
|
|
@apply bg-gray-900 text-gray-200 antialiased;
|
|
}
|
|
} |