tangled
alpha
login
or
join now
baileykane.co
/
personal-website-next
0
fork
atom
this repo has no description
www.baileykane.co/
0
fork
atom
overview
issues
pulls
pipelines
Deemphasize the border below the navbar
baileykane.co
7 months ago
a1ed849b
b5082ae8
+1
-1
1 changed file
expand all
collapse all
unified
split
components
NavBar.tsx
+1
-1
components/NavBar.tsx
···
80
80
className={
81
81
pathname === "/"
82
82
? "invisible"
83
83
-
: `${className} py-2 select-none font-light text-sm text-stone-800 dark:text-stone-200 border-b border-stone-800 dark:border-stone-200`
83
83
+
: `${className} py-2 select-none font-light text-sm text-stone-800 dark:text-stone-200 border-b border-stone-300 dark:border-stone-700`
84
84
}
85
85
>
86
86
<NavItem link="/" title="home" icon="🏠" animation="wigglelg" />