diff --git a/src/app.css b/src/app.css index bd6213e..264f9b3 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,7 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +@tailwind utilities; + +body { + @apply bg-gray-800 text-slate-300; +} \ No newline at end of file