Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #4.
This commit is contained in:
2025-12-20 15:20:56 +00:00
2 changed files with 7 additions and 6 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #f8fcff;
--card: #ffffff;
--foreground: #00101f;
--primary-cta: #409fff;
--background: #ffffff;
--card: #fcfcfc;
--foreground: #001a0ae6;
--primary-cta: #15ad59;
--secondary-cta: #ffffff;
--accent: #7cbdff;
--background-accent: #409fff;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -38,6 +38,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
className="border-b-4 border-green-500"
/>
</div>