8 Commits

Author SHA1 Message Date
80f0a2cfdf Update src/app/page.tsx 2026-04-03 17:34:56 +00:00
84f2eac6a8 Update src/app/page.tsx 2026-04-03 17:34:26 +00:00
e767504797 Update src/app/page.tsx 2026-04-03 17:34:03 +00:00
af4cf547b8 Update src/app/page.tsx 2026-04-03 17:33:32 +00:00
57fedbc796 Update src/app/styles/variables.css 2026-04-03 17:33:00 +00:00
9948adb3e0 Update src/app/page.tsx 2026-04-03 17:33:00 +00:00
9ed496de28 Merge version_1 into main
Merge version_1 into main
2026-04-03 17:32:55 +00:00
a682e0a9fe Merge version_1 into main
Merge version_1 into main
2026-04-03 17:32:20 +00:00

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #030128;
--card: #241f48;
--foreground: #ffffff;
--primary-cta: #ffffff;
--background: #0a0a0a;
--card: #171717;
--foreground: #f5f5f5;
--primary-cta: #1f7cff;
--primary-cta-text: #030128;
--secondary-cta: #131136;
--secondary-cta: #262626;
--secondary-cta-text: #d5d4f6;
--accent: #44358a;
--background-accent: #b597fe;
--accent: #404040;
--background-accent: #262626;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);