8 Commits

Author SHA1 Message Date
7d455e1b85 Update theme colors 2026-03-19 22:10:09 +00:00
8464c47e88 Update theme colors 2026-03-19 22:09:39 +00:00
08b9c08728 Update theme colors 2026-03-19 00:42:11 +00:00
72b8a3b10a Update src/app/styles/variables.css 2026-03-19 00:41:10 +00:00
b5aedfb742 Update src/app/page.tsx 2026-03-19 00:41:10 +00:00
118e640cf3 Merge version_1 into main
Merge version_1 into main
2026-03-19 00:38:06 +00:00
59d572d099 Merge version_1 into main
Merge version_1 into main
2026-03-19 00:37:41 +00:00
24db16cc86 Merge version_1 into main
Merge version_1 into main
2026-03-19 00:37:19 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -297,4 +297,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #250c0d;
--primary-cta: #b82b40;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #250c0d;
--accent: #b90941;
--background-accent: #e8a8b6;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f0f8ffe6;
--primary-cta: #cee7ff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f0f8ffe6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);