From 28bffab4ed5db0702ebe76105d879bf99d1abafa Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 11:04:50 +0000 Subject: [PATCH 1/2] Update src/app/globals.css --- src/app/globals.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index dd8becf..42b885d 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; + /* --background: #f7f6f7;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #341f51;; + --foreground: #251a0c;; + --primary-cta: #f4c408;; --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + --accent: #f4ca26;; + --background-accent: #e8daa8;; */ - --background: #f5f5f5;; + --background: #f7f6f7;; --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #341f51;; + --foreground: #251a0c;; + --primary-cta: #f4c408;; --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --accent: #f4ca26;; + --background-accent: #e8daa8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 448a43e11dc0685aa709af07d3d47671e8e395e6 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 11:04:51 +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 aec5ec1..9984f5d 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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -- 2.49.1