diff --git a/src/app.css b/src/app.css index a31e444..cb8bff3 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,27 @@ @import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; + +body { + @apply bg-zinc-800 text-zinc-400 lg:text-xl; +} + +input { + @apply bg-zinc-700 rounded-md p-2; +} + +textarea { + @apply bg-zinc-700 rounded-md p-2; +} + +.button { + @apply bg-zinc-700 rounded-md p-2 px-14; +} + +.button-primary { + @apply bg-zinc-600 rounded-md p-2; +} + +h2 { + @apply text-3xl font-bold; +} \ No newline at end of file diff --git a/src/app.html b/src/app.html index 77a5ff5..f8b2ff3 100644 --- a/src/app.html +++ b/src/app.html @@ -1,12 +1,15 @@ -
- - - - %sveltekit.head% - - -