diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 3696bae..e55524d 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -22,7 +22,7 @@ const links = socialLinks.map((link) => { return link }) -const footerLinkClass = 'highlight-hover transition-colors after:bottom-0 hover:c-primary' +const footerLinkClass = 'highlight-hover footer-highlight-position-fix transition-colors after:bottom-0 hover:c-primary' ---