From 4e685e17387ba90f6a66b450d1a856bb00d98912 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:40:21 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 106 +++++++++++++++++++++-------------------------- 1 file changed, 48 insertions(+), 58 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0eea876..69c004c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,98 +16,91 @@ export default function NoirPage() {
@@ -115,28 +108,25 @@ export default function NoirPage() {
); -} \ No newline at end of file +} -- 2.49.1 From c5a751a4fc7ba0b9b30c8719527fa336dd655294 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 21:40:22 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 44c7d87..f9529fd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #ffdf7d; + --background: #000000; + --card: #000000; + --foreground: #FAFAFA; + --primary-cta: #FAFAFA; --primary-cta-text: #fcf6ec; - --secondary-cta: #1a1a1a; + --secondary-cta: #000000; --secondary-cta-text: #2e2521; - --accent: #b8860b; - --background-accent: #8b6914; + --accent: #888888; + --background-accent: #1a1a1a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1