diff --git a/apps/web/src/index.css b/apps/web/src/index.css new file mode 100644 index 0000000..04aba3d --- /dev/null +++ b/apps/web/src/index.css @@ -0,0 +1,9 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +@layer base { + body { + @apply bg-slate-50 text-slate-900 font-sans antialiased; + } +} \ No newline at end of file