diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7e5fc57..6866a3f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index b9ea7c0..77452a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -310,4 +310,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1313a53..97d48e5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #8B6F47; --card: #A0826D; - --foreground: #F5E6D3; + --foreground: #1a1a1a; --primary-cta: #654321; --primary-cta-text: #fffafa; --secondary-cta: #D4C5B9;