diff --git a/src/app/page.tsx b/src/app/page.tsx index 50b6b9e..2751d0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,4 +178,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 d2ffc19..dab5b4e 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; + --background: #ffffff; + --card: #f5f5f5; + --foreground: #000000; --primary-cta: #1f3251; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #e8e8e8; --secondary-cta-text: #1c1c1c; --accent: #15479c; --background-accent: #a8cce8;