2023-06-03 09:45:49 +00:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
|
2023-06-04 12:33:10 +00:00
|
|
|
body {
|
|
|
|
@apply bg-zinc-900 h-full overflow-x-hidden;
|
2023-06-03 09:45:49 +00:00
|
|
|
}
|
|
|
|
|
2023-06-04 12:33:10 +00:00
|
|
|
#__next {
|
|
|
|
@apply h-full;
|
2023-06-03 09:45:49 +00:00
|
|
|
}
|
|
|
|
|
2023-06-04 12:33:10 +00:00
|
|
|
html {
|
|
|
|
@apply h-full;
|
|
|
|
}
|