From 5b517eac19c869e0e282f6cb0417e42259553d46 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 24 Feb 2026 17:34:27 -0800 Subject: [PATCH] fix: make Getting Started section full-width blue section break Change background to cadCAD blue with white text and light blue links to create a proper visual section divider. Co-Authored-By: Claude Opus 4.6 --- src/components/GettingStarted.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/GettingStarted.tsx b/src/components/GettingStarted.tsx index 081783b..e17311b 100644 --- a/src/components/GettingStarted.tsx +++ b/src/components/GettingStarted.tsx @@ -57,10 +57,10 @@ const resources = [ export default function GettingStarted() { return ( -
+
-

+

Getting Started

@@ -76,18 +76,18 @@ export default function GettingStarted() { alt={resource.title} className="mx-auto my-6 h-16 w-16 text-cadcad-blue" /> -

+

{resource.prefix}{" "} {resource.linkText}

-

+

{resource.description}