From ff48cc6cf582777f07782d8877af1ad5fe14dadd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:58:44 +0000 Subject: [PATCH 1/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 d714602..7ed0f32 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 From d1263046863d241388a5825ecff61ba14e5e27f8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:58:45 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fe42bfb..0fec169 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #001122;; - --card: #041633;; - --foreground: #e6f0ff;; - --primary-cta: #cee7ff;; - --secondary-cta: #0e1a29;; - --accent: #3f5c79;; - --background-accent: #004a93;; */ + /* --background: #fffffae6;; + --card: #fffef5e6;; + --foreground: #332200e6;; + --primary-cta: #fde047;; + --secondary-cta: #fffef5e6;; + --accent: #f59e0b;; + --background-accent: #fbbf24;; */ - --background: #001122;; - --card: #041633;; - --foreground: #e6f0ff;; - --primary-cta: #cee7ff;; + --background: #fffffae6;; + --card: #fffef5e6;; + --foreground: #332200e6;; + --primary-cta: #fde047;; --primary-cta-text: #fffafa;; - --secondary-cta: #0e1a29;; + --secondary-cta: #fffef5e6;; --secondary-cta-text: #1a0000;; - --accent: #3f5c79;; - --background-accent: #004a93;; + --accent: #f59e0b;; + --background-accent: #fbbf24;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1