From bf06d5d28b698508bd428125e68c32c559fe95e2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 13:39:24 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 65ed5f8..7f4f92b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1402,4 +1402,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 4f56070dbe9748188f0ec48ccbe2d439dddb6be5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 13:39:24 +0000 Subject: [PATCH 2/3] 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 6b62754..4e65c21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -243,4 +243,4 @@ export default function TechHubClubPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 0ef3c2ef0f22181254ef7767e1c63c4adbf502a3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 13:39:25 +0000 Subject: [PATCH 3/3] 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 1c9048c..550e762 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: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f514c;; - --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; */ + /* --background: #020617;; + --card: #0f172a;; + --foreground: #e2e8f0;; + --primary-cta: #2d30f3;; + --secondary-cta: #041633;; + --accent: #1d4ed8;; + --background-accent: #1d4ed8;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f514c;; + --background: #020617;; + --card: #0f172a;; + --foreground: #e2e8f0;; + --primary-cta: #2d30f3;; --primary-cta-text: #f5f5f5;; - --secondary-cta: #ffffff;; + --secondary-cta: #041633;; --secondary-cta-text: #1c1c1c;; - --accent: #159c49;; - --background-accent: #a8e8ba;; + --accent: #1d4ed8;; + --background-accent: #1d4ed8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1