diff --git a/src/app/page.tsx b/src/app/page.tsx index b3b0773..ef303a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -316,4 +316,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 5038a9b..995f717 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,12 +10,12 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1f514c; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #0a7039; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #efe7dd; --secondary-cta-text: #1c1c1c; --accent: #159c49; --background-accent: #a8e8ba;