From e2ac2e8e21bc81ae4ac4044931369e365e55cb42 Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Tue, 14 Apr 2026 09:21:18 -0400 Subject: [PATCH] Add frontend/src/index.css --- frontend/src/index.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 frontend/src/index.css diff --git a/frontend/src/index.css b/frontend/src/index.css new file mode 100644 index 0000000..d190445 --- /dev/null +++ b/frontend/src/index.css @@ -0,0 +1,9 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +body { + margin: 0; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; + background-color: #111827; +}