diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d1922cb..155bfae 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -54,7 +54,8 @@ export default function BlogPage() { const url = `${apiUrl}/posts/${projectId}?status=published`; const response = await fetch(url, { method: "GET", headers: { - "Content-Type": "application/json"}, + "Content-Type": "application/json" + }, }); if (response.ok) { @@ -152,4 +153,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/globals.css b/src/app/globals.css index 74062c1..f734d10 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: #6139e6;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + /* --background: #f6f0e9;; + --card: #efe7dd;; + --foreground: #2b180a;; + --primary-cta: #2b180a;; + --secondary-cta: #efe7dd;; + --accent: #94877c;; + --background-accent: #afa094;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #6139e6;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --background: #f6f0e9;; + --card: #efe7dd;; + --foreground: #2b180a;; + --primary-cta: #2b180a;; + --secondary-cta: #efe7dd;; + --accent: #94877c;; + --background-accent: #afa094;; /* 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 c83fcb4..c1ed1b5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1256,4 +1256,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index fbec9ab..f751bcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,4 +172,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}