From ced708a5359836c0ac9870fd9b63d2528e4b9187 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 20 Dec 2025 15:20:51 +0000 Subject: [PATCH 1/2] Update src/app/globals.css --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 4ccef60..8366a79 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -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); From 0b652eb1683c293d483c588b75de036b6d306b85 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 20 Dec 2025 15:20:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d61f83..79aca99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,6 +38,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Contact", id: "contact" } ]} + className="border-b-4 border-green-500" />