diff --git a/web/components/home/home.tsx b/web/components/home/home.tsx index 712d8175..2a121f19 100644 --- a/web/components/home/home.tsx +++ b/web/components/home/home.tsx @@ -91,7 +91,7 @@ function SocialProof({label}: {label: React.ReactNode}) { function QuoteBlock({children}: {children: React.ReactNode}) { return (
- + "

{children}

@@ -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-white/5 text-white/75 border-[rgba(255,255,255,0.12)] hover:bg-white/15 hover:text-white/75' + : 'bg-primary-500/30 text-ink-100/75 border-primary-500/30 hover:bg-primary-500/50 hover:text-ink-100/75' } `} > diff --git a/web/components/nav/bottom-nav-bar.tsx b/web/components/nav/bottom-nav-bar.tsx index e46f77ba..dab08341 100644 --- a/web/components/nav/bottom-nav-bar.tsx +++ b/web/components/nav/bottom-nav-bar.tsx @@ -282,7 +282,7 @@ export function MobileSidebar(props: { leaveFrom="translate-x-0" leaveTo="-translate-x-full" > -
+