@ -2,6 +2,16 @@
@tailwind components;
@tailwind utilities;
body {
html,
@apply bg-primary text-white;
body,
#__nuxt {
@apply text-light h-full w-full bg-primary;
}
input {
@apply bg-darkgray outline-none focus:outline-none;
textarea {