@@ -41,8 +41,8 @@ const NavLink = forwardRef<
4141 ref = { ref }
4242 href = { href }
4343 className = { cn (
44- 'my-1 pl-4 text-xl font-semibold transition-colors hover:text-white /90' ,
45- highlightPath ( router . asPath , href ) ? 'text-white ' : 'text-white /80' ,
44+ 'my-1 pl-4 text-xl font-semibold transition-colors hover:text-foreground /90' ,
45+ highlightPath ( router . asPath , href ) ? 'text-foreground ' : 'text-foreground /80' ,
4646 ) }
4747 { ...props }
4848 >
@@ -62,7 +62,7 @@ export function MobileNav({ title }: { title: string }) {
6262 < Button
6363 variant = "ghost"
6464 size = { 'lg' }
65- className = "z-10 mr-2 px-0 text-base text-white hover:bg-transparent hover:text-white focus-visible:bg-transparent focus-visible:ring-0 focus-visible:ring-offset-0 md:hidden"
65+ className = "z-10 mr-2 px-0 text-base hover:bg-transparent focus-visible:bg-transparent focus-visible:ring-0 focus-visible:ring-offset-0 md:hidden"
6666 >
6767 < FaBars className = "!h-8 !w-8" />
6868 < span className = "sr-only" > Toggle Menu</ span >
@@ -115,16 +115,16 @@ export function MobileNav({ title }: { title: string }) {
115115 className = "relative transition hover:text-purple-600"
116116 target = "_blank"
117117 >
118- < FaTwitch className = "top-0 text-yellow-200 opacity-0 blur-sm hover:opacity-100" />
118+ < FaTwitch className = "top-0 text-white opacity-0 blur-sm hover:opacity-100" />
119119 < FaTwitch className = "pointer-events-none absolute top-0" />
120120 </ a >
121121 < a
122122 href = { socials . youtube }
123123 className = "group relative transition hover:text-red-600"
124124 target = "_blank"
125125 >
126- < FaYoutube className = "absolute z-0 text-5xl text-white opacity-0 blur-sm group-hover:opacity-100" > </ FaYoutube >
127- < div className = "absolute left-1/3 top-1/3 h-4 w-4 bg-white opacity-0 group-hover:opacity-100" />
126+ < FaYoutube className = "absolute z-0 text-4xl text-white opacity-0 blur-sm group-hover:opacity-100" > </ FaYoutube >
127+ < div className = "absolute left-1/3 top-1/3 h-3 w-3 bg-white opacity-0 group-hover:opacity-100" />
128128 < FaYoutube className = "pointer-events-none relative top-0 z-10" />
129129 </ a >
130130 </ div >
0 commit comments