From 7a731895640bf802c41cfcbe11b636f5eed36dba Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 16:09:40 +0000 Subject: [PATCH 1/2] Update src/app/globals.css --- src/app/globals.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 3f9389d..aec50a2 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f6f0e9;; - --card: #efe7dd;; - --foreground: #2b180a;; - --primary-cta: #2b180a;; - --secondary-cta: #efe7dd;; - --accent: #94877c;; - --background-accent: #e8d3c0;; */ + /* --background: #f5faff;; + --card: #f1f8ff;; + --foreground: #001122;; + --primary-cta: #15479c;; + --secondary-cta: #ffffff;; + --accent: #a8cce8;; + --background-accent: #7ba3cf;; */ - --background: #f6f0e9;; - --card: #efe7dd;; - --foreground: #2b180a;; - --primary-cta: #2b180a;; - --secondary-cta: #efe7dd;; - --accent: #94877c;; - --background-accent: #e8d3c0;; + --background: #f5faff;; + --card: #f1f8ff;; + --foreground: #001122;; + --primary-cta: #15479c;; + --secondary-cta: #ffffff;; + --accent: #a8cce8;; + --background-accent: #7ba3cf;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); From 23eb2782c433f78dc189588d9229396ba4686864 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 16:09:41 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f6ae15..db17feb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';