From c3b171e3b2c961e99be80d2d241b90a3a2c456f4 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Thu, 20 Nov 2025 13:35:10 +0100 Subject: [PATCH] refactor: update cyan accent colors from cyan-400 to cyan-500 across multiple components for improved contrast - Changed AgentBento subtitle text from text-cyan-400 to text-cyan-500 - Changed CloudIntro key capabilities label from text-cyan-400 to text-cyan-500 - Changed ComputeCapabilities eyebrow from text-cyan-400 to text-cyan-500 - Changed GpuCapabilities link from text-cyan-400/hover:text-cyan-300 to text-cyan-500/hover:text-cyan-400 - Changed GpuOverview eyebrow from text-cyan-400 to text-cyan-500 --- src/pages/agents/AgentBento.tsx | 2 +- src/pages/cloud/CloudArchitecture.tsx | 2 +- src/pages/cloud/CloudIntro.tsx | 2 +- src/pages/compute/ComputeCapabilities.tsx | 2 +- src/pages/gpu/GpuCapabilities.tsx | 2 +- src/pages/gpu/GpuOverview.tsx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/agents/AgentBento.tsx b/src/pages/agents/AgentBento.tsx index fdcd5c2..9052922 100644 --- a/src/pages/agents/AgentBento.tsx +++ b/src/pages/agents/AgentBento.tsx @@ -136,7 +136,7 @@ export function AgentBento() { ) : ( <> {/* ✅ NEW SUBTITLE */} -

{card.subtitle}

+

{card.subtitle}

{card.title} diff --git a/src/pages/cloud/CloudArchitecture.tsx b/src/pages/cloud/CloudArchitecture.tsx index 122ad71..339982d 100644 --- a/src/pages/cloud/CloudArchitecture.tsx +++ b/src/pages/cloud/CloudArchitecture.tsx @@ -40,7 +40,7 @@ export function CloudArchitecture() {

- ARCHITECTURE + ARCHITECTURE

How Mycelium Cloud Works diff --git a/src/pages/cloud/CloudIntro.tsx b/src/pages/cloud/CloudIntro.tsx index fef3ab3..980b671 100644 --- a/src/pages/cloud/CloudIntro.tsx +++ b/src/pages/cloud/CloudIntro.tsx @@ -159,7 +159,7 @@ export function CloudIntro() {

-

+

Key capabilities

diff --git a/src/pages/compute/ComputeCapabilities.tsx b/src/pages/compute/ComputeCapabilities.tsx index c1a3f7d..1eec05c 100644 --- a/src/pages/compute/ComputeCapabilities.tsx +++ b/src/pages/compute/ComputeCapabilities.tsx @@ -47,7 +47,7 @@ export function ComputeCapabilities() {
- CAPABILITIES + CAPABILITIES

What You Can Run

diff --git a/src/pages/gpu/GpuCapabilities.tsx b/src/pages/gpu/GpuCapabilities.tsx index f8066dc..a820a9e 100644 --- a/src/pages/gpu/GpuCapabilities.tsx +++ b/src/pages/gpu/GpuCapabilities.tsx @@ -84,7 +84,7 @@ export function GpuCapabilities() {
Learn more → diff --git a/src/pages/gpu/GpuOverview.tsx b/src/pages/gpu/GpuOverview.tsx index 2449e86..f0ada9d 100644 --- a/src/pages/gpu/GpuOverview.tsx +++ b/src/pages/gpu/GpuOverview.tsx @@ -42,7 +42,7 @@ export function GpuOverview() {
- + PLATFORM OVERVIEW