diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fba9f6..2902532 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,10 +43,10 @@ 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..1f72feb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1f514c; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #e34400; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #010101; --secondary-cta-text: #1c1c1c; - --accent: #159c49; - --background-accent: #a8e8ba; + --accent: #ff7b05; + --background-accent: #e34400; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);