We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e66889 commit 5173e22Copy full SHA for 5173e22
src/app/conf/2025/components/navbar.tsx
@@ -35,8 +35,8 @@ export function Navbar({ links, year }: NavbarProps): ReactElement {
35
)}
36
/>
37
<div
38
- // placeholder
39
- className="absolute h-[calc(var(--navbar-h)+1px)] w-full bg-pri-base dark:bg-pri-darker"
+ // placeholder: the colors here on `before` must match the ones on Hero `before` strip
+ 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"
40
41
<header
42
className={clsx(
0 commit comments