From 8a80b31d9bd90fde2d7b7bddaeb219ce1438a0cd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 18:17:37 +0000 Subject: [PATCH 1/2] Update theme colors --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3051d0b..4fd73bf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #fcfcfc; - --primary-cta: #cee7ff; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #f0f8ffe6; - --accent: #737373; - --background-accent: #737373; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #15479c; + --primary-cta-text: #ffffff; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #000612e6; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 3491d0e9f9d3864701ddf6d1283e3d31615ecf5c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 18:17:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ecb25a6..ed6f9fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,7 +111,7 @@ export default function LandingPage() { { title: "Air Emissions", description: "European cruise ships produce more sulphur emissions than all passenger cars combined.", - imageSrc: "http://img.b2bpic.net/free-photo/smoke-coming-out-factories-industrial-area_181624-25892.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARLkjU9t1ru27ZaFOKNjNfRfIu/uploaded-1776536267535-x7otcjm3.webp", }, { title: "Ecosystem Damage", -- 2.49.1