3 Commits

Author SHA1 Message Date
a675cd263d Update src/app/page.tsx 2025-12-23 15:40:51 +00:00
03d63b423b Update src/app/layout.tsx 2025-12-23 15:40:50 +00:00
02c4b2812f Update src/app/globals.css 2025-12-23 15:40:49 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #000602; --background: #f8faff;
--card: #0d1d0d; --card: #f0f4ff;
--foreground: #e6ffe6; --foreground: #1a1a2e;
--primary-cta: #1cde5d; --primary-cta: #3b82f6;
--secondary-cta: #0a1f0f; --secondary-cta: #ffffff;
--accent: #2e6841; --accent: #d5c6ff;
--background-accent: #0d6b32; --background-accent: #b394fa;
/* 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);