diff --git a/src/app.css b/src/app.css index bd6213e..1c3c425 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,12 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +html, +body { + @apply bg-zinc-800; + @apply text-white; + padding: 0; + margin: 0; + background-image: url(/background.png); +}