diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1eb1d5c..e69ad04 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -118,4 +118,4 @@ export default function AboutPage() { /> ); -} \ No newline at end of file +} diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 02b0706..a7e3176 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) { @@ -163,4 +164,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 224a8fd..ec79ec1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -103,4 +103,4 @@ export default function ContactPage() { /> ); -} \ No newline at end of file +} diff --git a/src/app/globals.css b/src/app/globals.css index ff7bfd2..8db4322 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: #080000;; + --card: #1e0d0d;; + --foreground: #ffe6e6;; + --primary-cta: #ff3d4a;; + --secondary-cta: #1f0a0a;; + --accent: #7b2d2d;; + --background-accent: #b8111f;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #159c49;; - --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; + --background: #080000;; + --card: #1e0d0d;; + --foreground: #ffe6e6;; + --primary-cta: #ff3d4a;; + --secondary-cta: #1f0a0a;; + --accent: #7b2d2d;; + --background-accent: #b8111f;; /* 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 c17de17..2b2e03a 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 b8b7d0a..7a48c44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -223,4 +223,4 @@ export default function HomePage() { /> ); -} \ No newline at end of file +}