From 21a2a65677b87d1079c54184bc70dc0bd73b58c2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 19:35:25 +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 15eb39f..647a997 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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -- 2.49.1 From 96c077b60b7ad923d321e7b93958fd5240bd52ca Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 19:35:26 +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 8decba1..c17325c 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: #ffffff;; - --card: #f5f5f5;; - --foreground: #000000;; - --primary-cta: #000000;; - --secondary-cta: #f9f9f9;; - --accent: #e6e6e6;; - --background-accent: #d0d0d0;; */ + /* --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; + --primary-cta: #e63946;; + --secondary-cta: #ffffff;; + --accent: #f5c4c7;; + --background-accent: #f09199;; */ - --background: #ffffff;; - --card: #f5f5f5;; - --foreground: #000000;; - --primary-cta: #000000;; + --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; + --primary-cta: #e63946;; --primary-cta-text: #ffffff;; - --secondary-cta: #f9f9f9;; + --secondary-cta: #ffffff;; --secondary-cta-text: #000000;; - --accent: #e6e6e6;; - --background-accent: #d0d0d0;; + --accent: #f5c4c7;; + --background-accent: #f09199;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1