Update frontend theme

main
TZGyn 3 years ago
parent 71c1f5aff5
commit 87776fdbe7
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -2,6 +2,16 @@
@tailwind components;
@tailwind utilities;
body {
@apply bg-primary text-white;
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;
}

Loading…
Cancel
Save