diff --git a/frontend/assets/css/tailwind.css b/frontend/assets/css/tailwind.css index f1a6ce1..f639b5c 100644 --- a/frontend/assets/css/tailwind.css +++ b/frontend/assets/css/tailwind.css @@ -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; }