9 lines
139 B
CSS
9 lines
139 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
@apply bg-white text-gray-900 dark:bg-gray-950 dark:text-gray-100;
|
|
}
|
|
|