Diff of /client/src/index.css [000000] .. [0d34a1]

Switch to side-by-side view

--- 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