From c8d6dc54e2ee44daa00b11c6300f4f0d6ef32186 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 8 May 2025 21:31:00 +0200 Subject: Initial migration to AstroJS --- app/globals.css | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 app/globals.css (limited to 'app/globals.css') diff --git a/app/globals.css b/app/globals.css deleted file mode 100644 index d35f829..0000000 --- a/app/globals.css +++ /dev/null @@ -1,20 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; - -:root { - --background: #ffffff; - --foreground: #171717; -} - -body { - color: var(--foreground); - background: var(--background); - font-family: Arial, Helvetica, sans-serif; -} - -@layer utilities { - .text-balance { - text-wrap: balance; - } -} \ No newline at end of file -- cgit v1.3.1