Skip to content

Commit 039053f

Browse files
committed
Make the navbar consistent color at the top
1 parent b5e7e70 commit 039053f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/conf/2025/components/navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export function Navbar({ links, year }: NavbarProps): ReactElement {
3535
)}
3636
/>
3737
<div
38-
// placeholder
39-
className="absolute h-[calc(var(--navbar-h)+1px)] w-full bg-pri-base dark:bg-pri-darker"
38+
// placeholder: the colors here on `before` must match the ones on Hero `before` strip
39+
className="absolute h-[calc(var(--navbar-h)+1px)] w-full bg-pri-base before:absolute before:top-0 before:h-[calc(var(--navbar-h)+1px)] before:w-full before:bg-white/30 dark:bg-pri-darker dark:before:bg-blk/40"
4040
/>
4141
<header
4242
className={clsx(

0 commit comments

Comments
 (0)