header transparency fix
This commit is contained in:
parent
10fe702749
commit
ae28f56337
@ -33,7 +33,7 @@ export function Header() {
|
|||||||
];
|
];
|
||||||
|
|
||||||
return (
|
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="border-b-2 border-foreground/20">
|
||||||
<div className="container mx-auto max-w-6xl px-4">
|
<div className="container mx-auto max-w-6xl px-4">
|
||||||
<div className="flex items-center justify-between py-2">
|
<div className="flex items-center justify-between py-2">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user