From 5af5834e7effc2c46d2f3e5bcbfb1e48f42709ac Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:17:20 +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 6eb5420..9096618 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -328,4 +328,4 @@ export default function AyatVPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 1102a8495c88eef8b7300c591586bcddb3995e30 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:17:20 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index bc58d00..548df3a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #1a1410; - --card: #2a211a; + --background: #0f0802; + --card: #1a140a; --foreground: #f5ede4; --primary-cta: #d4af37; --primary-cta-text: #1a1410; --secondary-cta: #8b1a1a; --secondary-cta-text: #f5ede4; --accent: #c41e3a; - --background-accent: #d4af37; + --background-accent: #9b6b28; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1