diff --git a/src/_includes/global/footer.njk b/src/_includes/global/footer.njk index b34859af..adbcbe6f 100644 --- a/src/_includes/global/footer.njk +++ b/src/_includes/global/footer.njk @@ -13,7 +13,7 @@ {%- endif -%} -

Back to Top 🡱

+

Back to Top

{%- include "global/top-btn.njk" %} @@ -55,6 +55,24 @@ justify-self: center; } + .footer__top-link::before, + .footer__top-link::after { + --arrow-margin: 0.3em; + content: ""; + display: inline-block; + border-bottom: 0.6rem solid currentColor; + border-left: 0.4rem solid transparent; + border-right: 0.4rem solid transparent; + } + + .footer__top-link::before { + margin: 0 var(--arrow-margin) 0 0; + } + + .footer__top-link::after { + margin: 0 0 0 var(--arrow-margin); + } + /* Screen sizes larger than mobile */ @media only screen and (min-width: 30rem) { .footer {