8 lines
127 B
CSS
8 lines
127 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html, body, #__nuxt {
|
|
@apply h-full bg-gray-900 text-gray-100;
|
|
}
|