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:
2026-06-02 23:24:54 +00:00
parent 54117c34d3
commit 10ecf723dc
115 changed files with 1082 additions and 1082 deletions

View File

@@ -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>