Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-10 20:24:13 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0D0D1A;
--card: #1A1A2F;
--foreground: #E0E6F0;
--primary-cta: #4A90E2;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #1f7cff;
--primary-cta-text: #FFFFFF;
--secondary-cta: #2A2A4A;
--secondary-cta: #010101;
--secondary-cta-text: #C0C0D0;
--accent: #8A2BE2;
--background-accent: #3A3A6A;
--accent: #1f7cff;
--background-accent: #f96b2f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);