header transparency fix

This commit is contained in:
echo 2026-02-16 19:19:27 +01:00
parent 10fe702749
commit ae28f56337

View File

@ -33,7 +33,7 @@ export function Header() {
];
return (
<header className="sticky top-0 z-50 bg-background border-b-4 border-foreground">
<header className="sticky top-0 z-50 border-b-4 border-foreground bg-[hsl(var(--background))]">
<div className="border-b-2 border-foreground/20">
<div className="container mx-auto max-w-6xl px-4">
<div className="flex items-center justify-between py-2">