diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d21004..64bd4f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,12 +157,13 @@ export default function LandingPage() {
@@ -189,6 +190,7 @@ export default function LandingPage() { }, ]} logoText="Whitwell Grill" + className="bg-gray-900 text-white" /> diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1191023..c7b4296 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #b82b40; + --background: #fbfbfb; + --card: #ffffff; + --foreground: #1a1a1a; + --primary-cta: #1c1c1c; --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; + --secondary-cta: #f0f0f0; --secondary-cta-text: #2b180a; - --accent: #2b180a; - --background-accent: #c4c4c4; + --accent: #2c2c2c; + --background-accent: #e0e0e0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);