samantha's personal website!~ ✨ samanthanguyen.me
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Footer.svelte

+3 -5
+3 -5
src/lib/layout/Footer.svelte
··· 23 23 <footer class={[ 24 24 'flex flex-col lg:gap-6', 25 25 'pt-4 border-t-2 border-t-zinc-950 dark:border-t-zinc-300', 26 - 'font-mono' 26 + 'font-mono', 27 27 ]}> 28 28 <span class={[ 29 29 'flex flex-row gap-4 lg:gap-6 justify-end', ··· 38 38 'flex flex-row items-center gap-1 lg:gap-2', 39 39 'text-xs lg:text-sm font-mono', 40 40 'hover:bg-zinc-900 hover:text-zinc-100', 41 - 'dark:hover:bg-zinc-100 dark:hover:text-zinc-900' 42 - // 'hover:bg-blue-600 hover:text-zinc-100', 43 - // 'dark:hover:bg-zinc-100 dark:hover:text-zinc-900', 41 + 'dark:hover:bg-zinc-100 dark:hover:text-zinc-900', 44 42 ]} 45 43 > 46 44 {`${link.text} \u{2197}`} ··· 52 50 'dark:bg-zinc-900 dark:border-zinc-100', 53 51 'text-xs', 54 52 'text-zinc-900 dark:text-zinc-100', 55 - 'transition-all' 53 + 'transition-all', 56 54 ]} 57 55 id={`socials-target-${link.text.toLowerCase()}`} 58 56 >