Use a light gray announcement bar instead of black

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WHUa6ik1KRSEFkF6ShUYpC
This commit is contained in:
Rami Bitar
2026-08-03 13:20:39 -04:00
co-authored by Claude Opus 5
parent 64af00e702
commit c88613de03
+1 -1
View File
@@ -63,7 +63,7 @@ const Header: React.FC<HeaderProps> = ({
<> <>
{/* Sits above the sticky nav, so it scrolls away on its own. */} {/* Sits above the sticky nav, so it scrolls away on its own. */}
{announcement && ( {announcement && (
<div className="bg-foreground text-background"> <div className="bg-muted text-foreground">
<div className="max-w-screen-2xl mx-auto flex h-9 items-center justify-center px-8 text-center text-xs"> <div className="max-w-screen-2xl mx-auto flex h-9 items-center justify-center px-8 text-center text-xs">
{announcementUrl ? ( {announcementUrl ? (
<Link <Link