diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index c8f6491..4012467 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -185,4 +185,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/globals.css b/src/app/globals.css index 81083df..e33170f 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #060000;; - --card: #1d0d0d;; - --foreground: #ffe6e6;; - --primary-cta: #ff3d4a;; - --secondary-cta: #1f0a0a;; - --accent: #7b2d2d;; - --background-accent: #b8111f;; */ + /* --background: #fafffb;; + --card: #f7fffa;; + --foreground: #001a0a;; + --primary-cta: #0a7039;; + --secondary-cta: #ffffff;; + --accent: #a8d9be;; + --background-accent: #6bbf8e;; */ - --background: #060000;; - --card: #1d0d0d;; - --foreground: #ffe6e6;; - --primary-cta: #ff3d4a;; - --secondary-cta: #1f0a0a;; - --accent: #7b2d2d;; - --background-accent: #b8111f;; + --background: #fafffb;; + --card: #f7fffa;; + --foreground: #001a0a;; + --primary-cta: #0a7039;; + --secondary-cta: #ffffff;; + --accent: #a8d9be;; + --background-accent: #6bbf8e;; /* 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 98e6248..0c04b49 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 264bf42..7f71871 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -211,4 +211,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}