forked from emre/www_projectmycelium_com
refactor: update cyan accent colors from cyan-500 to cyan-400 across Button, Text, and multiple page components for consistent branding
- Changed Button solid cyan variant hover from bg-cyan-600 to bg-cyan-400 and active from bg-cyan-600 to bg-cyan-500 - Changed Button outline variants hover/active states from cyan-500 to cyan-400 across cyan, gray, and white variants - Changed Button link dark variant hover from text-cyan-500 to text-cyan-400 - Changed Text component accent and cyan color variants
This commit is contained in:
@@ -37,7 +37,7 @@ export function CloudPros() {
|
||||
{/* Intro Block */}
|
||||
<div className="bg-white w-full max-w-7xl mx-auto border border-t-0 border-b-0 border-gray-100">
|
||||
<div className="px-8 py-12 max-w-4xl">
|
||||
<Eyebrow className="uppercase tracking-[0.16em] text-cyan-500">
|
||||
<Eyebrow className="uppercase tracking-[0.16em] text-cyan-400">
|
||||
Cloud Advantages
|
||||
</Eyebrow>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user