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:
@@ -47,7 +47,7 @@ export function ComputeCapabilities() {
|
||||
<div className="relative mx-auto max-w-7xl border border-t-0 border-b-0 border-gray-800 bg-[#111111] py-12">
|
||||
<Container>
|
||||
<div className="mx-auto max-w-4xl sm:text-center">
|
||||
<Eyebrow className="text-cyan-400">CAPABILITIES</Eyebrow>
|
||||
<Eyebrow className="text-cyan-500">CAPABILITIES</Eyebrow>
|
||||
<H3 className="text-3xl lg:text-4xl font-medium tracking-tight text-white">
|
||||
What You Can Run
|
||||
</H3>
|
||||
|
||||
Reference in New Issue
Block a user