diff --git a/src/app/globals.css b/src/app/globals.css index f6560f8..ec1ad3f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #efebe5;; - --card: #f7f2ea;; - --foreground: #000000;; - --primary-cta: #000000;; - --secondary-cta: #ffffff;; - --accent: #e7d7c1;; - --background-accent: #f7f2ea;; */ + /* --background: #000802;; + --card: #0b1a0b;; + --foreground: #e6ffe6;; + --primary-cta: #80da9b;; + --secondary-cta: #07170b;; + --accent: #38714a;; + --background-accent: #2c6541;; */ - --background: #efebe5;; - --card: #f7f2ea;; - --foreground: #000000;; - --primary-cta: #000000;; - --secondary-cta: #ffffff;; - --accent: #e7d7c1;; - --background-accent: #f7f2ea;; + --background: #000802;; + --card: #0b1a0b;; + --foreground: #e6ffe6;; + --primary-cta: #80da9b;; + --secondary-cta: #07170b;; + --accent: #38714a;; + --background-accent: #2c6541;; /* 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 ebc873d..8c5863f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1262,4 +1262,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 26d9d71..5ecfd97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,4 +185,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}