diff --git a/src/app/globals.css b/src/app/globals.css index a908ab2..1a8bd71 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #159c49;; - --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; */ + /* --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffffffe6;; + --primary-cta: #c89bff;; + --secondary-cta: #1a1a1a;; + --accent: #8b5cf6;; + --background-accent: #6d28d9;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #159c49;; - --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffffffe6;; + --primary-cta: #c89bff;; + --secondary-cta: #1a1a1a;; + --accent: #8b5cf6;; + --background-accent: #6d28d9;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c846258..a33dad7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1264,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 57df56b..a90b08b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -296,4 +296,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}