summaryrefslogtreecommitdiff
path: root/app/globals.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/globals.css')
-rw-r--r--app/globals.css20
1 files changed, 0 insertions, 20 deletions
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