From 4a1d9937e01eb0ca943bcbfde235c2b005733c05 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 21:09:17 +0000 Subject: [PATCH 1/2] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 4c3daba..8f90627 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -56,7 +56,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) { From 62580fb50929eee6815d922e17d412cf67016134 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 21:09:19 +0000 Subject: [PATCH 2/2] Update src/app/globals.css --- src/app/globals.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 2c538e0..78a8f18 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #251a0c;; - --primary-cta: #f4c408;; + /* --background: #fbfaff;; + --card: #f7f5ff;; + --foreground: #0f0022;; + --primary-cta: #8b5cf6;; --secondary-cta: #ffffff;; - --accent: #f4ca26;; - --background-accent: #e8daa8;; */ + --accent: #d8cef5;; + --background-accent: #c4a8f9;; */ - --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #251a0c;; - --primary-cta: #f4c408;; + --background: #fbfaff;; + --card: #f7f5ff;; + --foreground: #0f0022;; + --primary-cta: #8b5cf6;; --secondary-cta: #ffffff;; - --accent: #f4ca26;; - --background-accent: #e8daa8;; + --accent: #d8cef5;; + --background-accent: #c4a8f9;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);