The source code for our eny.social landing page, which is mirrored in a different repository as part of the CI setup. eny.social
social-network eny local-first
2
fork

Configure Feed

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

refactor(layout): switch to dark hover color

Sam Sauer 83217bcc bef2d964

+4 -4
+3 -3
app/components/Footer.tsx
··· 27 27 href="https://bsky.app/profile/eny.social" 28 28 target="_blank" 29 29 rel="noopener noreferrer" 30 - className="text-charcoal/50 transition-colors hover:text-pacific" 30 + className="text-charcoal/50 transition-colors hover:text-dusk" 31 31 aria-label="Bluesky" 32 32 > 33 33 <svg className="h-8 w-8" viewBox="0 0 568 501" fill="currentColor"> ··· 40 40 href="https://www.linkedin.com/company/krekeny/" 41 41 target="_blank" 42 42 rel="noopener noreferrer" 43 - className="text-charcoal/50 transition-colors hover:text-pacific" 43 + className="text-charcoal/50 transition-colors hover:text-dusk" 44 44 aria-label="LinkedIn" 45 45 > 46 46 <LinkedinLogo className="h-9 w-9" weight="regular" /> ··· 51 51 href="https://instagram.com/krekeny" 52 52 target="_blank" 53 53 rel="noopener noreferrer" 54 - className="text-charcoal/50 transition-colors hover:text-pacific" 54 + className="text-charcoal/50 transition-colors hover:text-dusk" 55 55 aria-label="Instagram" 56 56 > 57 57 <InstagramLogo className="h-9 w-9" weight="regular" />
+1 -1
app/globals.css
··· 214 214 } 215 215 216 216 .nav-link:hover { 217 - color: var(--pacific-blue); 217 + color: var(--dusk-blue); 218 218 } 219 219 220 220 /* Quote */