diff --git a/src/components/Footer.astro b/src/components/Footer.astro index e36ce81..58375c9 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -30,7 +30,7 @@ const links = socialLinks.map((link) => { return link }) -const footerLinkClass = 'highlight-hover footer-highlight-position-fix py-0.8 transition-colors after:bottom-0.35em hover:c-primary' +const footerLinkClass = 'highlight-hover py-0.8 transition-colors after:bottom-0.35em hover:c-primary' ---