AV: precise recolor to spec — warm dark backgrounds (#1c1815/#231d18/#26201a/#15110e) + gold #F0A623 / orange #D85A30 accents + warm text (#FBEFE0/#C9BBA8/#8a7e6e). 138 component files + 36 token swaps.
This commit is contained in:
@@ -68,13 +68,13 @@ export default async function SponsorLogoStrip() {
|
||||
if (sponsors.length === 0) return null;
|
||||
|
||||
return (
|
||||
<section className="max-w-container mx-auto px-4 py-6 border-t border-b border-[#1a1a1a]" aria-label="Content partners">
|
||||
<section className="max-w-container mx-auto px-4 py-6 border-t border-b border-[#231d18]" aria-label="Content partners">
|
||||
<div className="flex items-center gap-4 mb-3">
|
||||
<span className="text-[10px] uppercase tracking-widest text-[#ffb800] font-bold">
|
||||
<span className="text-[10px] uppercase tracking-widest text-[#F0A623] font-bold">
|
||||
Content Partners
|
||||
</span>
|
||||
<div className="flex-1 h-px bg-[#1a1a1a]" />
|
||||
<Link href="/advertise" className="text-[10px] text-[#666] hover:text-[#ffb800] font-mono">
|
||||
<div className="flex-1 h-px bg-[#231d18]" />
|
||||
<Link href="/advertise" className="text-[10px] text-[#666] hover:text-[#F0A623] font-mono">
|
||||
Advertise →
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user