forked from emre/www_projectmycelium_com
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
This commit is contained in:
@@ -136,7 +136,7 @@ export function AgentBento() {
|
||||
) : (
|
||||
<>
|
||||
{/* ✅ NEW SUBTITLE */}
|
||||
<p className="text-sm text-cyan-400">{card.subtitle}</p>
|
||||
<p className="text-sm text-cyan-500">{card.subtitle}</p>
|
||||
|
||||
<p className="mt-1 text-lg font-medium lg:text-xl tracking-tight text-white">
|
||||
{card.title}
|
||||
|
||||
Reference in New Issue
Block a user