diff --git a/src/app/globals.css b/src/app/globals.css index 2353003..478c4c7 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #000000;; - --card: #1a1a1a;; - --foreground: #ffff00;; - --primary-cta: #ffff00;; - --secondary-cta: #1a1a1a;; - --accent: #ffff00;; - --background-accent: #1a1a1a;; + --background: #ffffff;; + --card: #fcfcfc;; + --foreground: #000000e6;; + --primary-cta: #1a1a1a;; + --secondary-cta: #ffffff;; + --accent: #bebebe;; + --background-accent: #c4c4c4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/app/page.tsx b/src/app/page.tsx index 48dc569..8fe81a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { /> -