Skip to content

Commit 6a1eec0

Browse files
committed
Fix border colors
1 parent be09cf5 commit 6a1eec0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ export function Navbar({ links, year }: NavbarProps): ReactElement {
4242
<header
4343
className={clsx(
4444
"gql-all-anchors-focusable top-0 z-10 w-full border-b border-black/60 font-mono text-neu-900 antialiased dark:border-white/80",
45-
mobileDrawerOpen ? "fixed border-white" : "sticky",
45+
mobileDrawerOpen
46+
? "fixed border-neu-900 dark:border-white"
47+
: "sticky",
4648
)}
4749
>
4850
<BackdropBlur />

0 commit comments

Comments
 (0)