--- a +++ b/client/src/index.css @@ -0,0 +1,7 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +body { + @apply bg-indigo-900 text-white; +} \ No newline at end of file