4 Commits

Author SHA1 Message Date
c7aa76ab41 Update src/app/page.tsx 2025-12-26 09:16:09 +00:00
ca4da416af Update src/app/page.tsx 2025-12-26 09:14:07 +00:00
d0e5a995e1 Update src/app/globals.css 2025-12-26 09:04:04 +00:00
4b702f7bbb Update src/app/globals.css 2025-12-26 08:38:18 +00:00

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #0a0a0a; --background: #ffffff;
--card: #1a1a1a; --card: #fcfcfc;
--foreground: #ffffffe6; --foreground: #00120ae6;
--primary-cta: #b366ff; --primary-cta: #15ad59;
--secondary-cta: #1a1a1a; --secondary-cta: #ffffff;
--accent: #737373; --accent: #e2e2e2;
--background-accent: #737373; --background-accent: #c4c4c4;
/* 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);