You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
260 B
CSS

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