From 1cfa527ac2a429ef5f4045412fe72d0f99e01fbd Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 30 Apr 2026 18:35:40 +0200 Subject: [PATCH] Update home component styles for improved color consistency --- web/components/home/home.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/components/home/home.tsx b/web/components/home/home.tsx index 2a121f19..3fb4ce31 100644 --- a/web/components/home/home.tsx +++ b/web/components/home/home.tsx @@ -109,10 +109,10 @@ function OpenSourceStrip({ badges: {label: string; url: string; primary?: boolean}[] }) { return ( -
+
-

{title}

-

{description}

+

{title}

+

{description}

{badges.map((b) => ( @@ -124,7 +124,7 @@ function OpenSourceStrip({ ${ b.primary ? 'bg-primary-500 text-white border-[#C17F3E] hover:bg-primary-600' - : 'bg-primary-500/30 text-ink-100/75 border-primary-500/30 hover:bg-primary-500/50 hover:text-ink-100/75' + : 'bg-primary-500/30 text-white/75 border-primary-500/30 hover:bg-primary-500/50' } `} >