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:
@@ -84,7 +84,7 @@ export function GpuCapabilities() {
|
||||
<div className="flex items-center gap-x-4 mt-3">
|
||||
<a
|
||||
href="#"
|
||||
className="inline-flex items-center gap-1 text-cyan-400 hover:text-cyan-300 text-sm font-medium mr-auto"
|
||||
className="inline-flex items-center gap-1 text-cyan-500 hover:text-cyan-400 text-sm font-medium mr-auto"
|
||||
>
|
||||
Learn more →
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user