Update src/app/globals.css

This commit is contained in:
2025-12-23 16:34:07 +00:00
parent 2071ba5c28
commit cc85a61d7c

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f8faff; --background: #000602;
--card: #f0f4ff; --card: #0d1d0d;
--foreground: #1a1a2e; --foreground: #e6ffe6;
--primary-cta: #3b82f6; --primary-cta: #1cde5d;
--secondary-cta: #ffffff; --secondary-cta: #0a1f0f;
--accent: #d5c6ff; --accent: #2e6841;
--background-accent: #b394fa; --background-accent: #0d6b32;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);