AV launch: global color scheme to match logo — gold #ffb800 primary, red #d60701 secondary, warm dark bars (1a1208 / 161310) replacing the inherited BB blue palette. Swapped 21 root tokens + 112 component files.
This commit is contained in:
@@ -70,11 +70,11 @@ export default async function SponsorLogoStrip() {
|
||||
return (
|
||||
<section className="max-w-container mx-auto px-4 py-6 border-t border-b border-[#1a1a1a]" aria-label="Content partners">
|
||||
<div className="flex items-center gap-4 mb-3">
|
||||
<span className="text-[10px] uppercase tracking-widest text-[#3b82f6] font-bold">
|
||||
<span className="text-[10px] uppercase tracking-widest text-[#ffb800] font-bold">
|
||||
Content Partners
|
||||
</span>
|
||||
<div className="flex-1 h-px bg-[#1a1a1a]" />
|
||||
<Link href="/advertise" className="text-[10px] text-[#666] hover:text-[#3b82f6] font-mono">
|
||||
<Link href="/advertise" className="text-[10px] text-[#666] hover:text-[#ffb800] font-mono">
|
||||
Advertise →
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user