From ba94ae1feda93fc753b9b069359335bcd9d00f78 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 25 Mar 2026 21:14:12 +0100 Subject: [PATCH] =?UTF-8?q?polish:=20darken=20ghosted=20numerals=20(6%=20?= =?UTF-8?q?=E2=86=92=2012%=20opacity)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Process and Services section numerals were too faint against white. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/sections/Process.tsx | 2 +- src/components/sections/ServicesOverview.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/Process.tsx b/src/components/sections/Process.tsx index 46cc154..b832339 100644 --- a/src/components/sections/Process.tsx +++ b/src/components/sections/Process.tsx @@ -69,7 +69,7 @@ function StepCard({ numeral, stepKey, Icon }: { numeral: string; stepKey: string diff --git a/src/components/sections/ServicesOverview.tsx b/src/components/sections/ServicesOverview.tsx index 58cb32b..cdcc9d9 100644 --- a/src/components/sections/ServicesOverview.tsx +++ b/src/components/sections/ServicesOverview.tsx @@ -92,7 +92,7 @@ export default function ServicesOverview() {