From 19eba74408fa4be9d1b2dafdc9ae471a66f70ca2 Mon Sep 17 00:00:00 2001 From: ROEvGABE <114836218+ROEvGABE@users.noreply.github.com> Date: Mon, 3 Oct 2022 22:37:32 -0400 Subject: [PATCH] Update app.css --- src/app.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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); +}