diff --git a/sass/_footer.scss b/sass/_footer.scss index 5219a2e..d9e70f3 100644 --- a/sass/_footer.scss +++ b/sass/_footer.scss @@ -33,37 +33,47 @@ #socials { display: flex; - flex-direction: row; flex-wrap: wrap; justify-content: center; - align-items: baseline; - gap: 1rem; - margin: 1rem 0 0; + gap: 0.5rem; + margin: 0.5rem 0 0; padding: 0; li { - display: block; - padding: 0; - padding: 0.25rem 0; + display: inline-flex; list-style: none; a { - display: inline-block; + display: inline-flex; transition: var(--transition); - margin: 0; - background-color: var(--fg-muted-4); - width: 1.5rem; - height: 1.5rem; - content: ""; + border-radius: 999px; + padding: 0.5rem; &:hover { - background-color: var(--primary-color); + box-shadow: var(--edge-highlight); + background-color: var(--fg-muted-1); + + i { + background-color: var(--primary-color); + } } &:active { transform: scale(var(--active)); } + i { + display: inline-block; + transition: var(--transition); + background-color: var(--fg-muted-4); + width: 1.5rem; + height: 1.5rem; + font-style: normal; + font-variant: normal; + line-height: 1; + text-rendering: auto; + } + span { display: none; } diff --git a/templates/partials/footer.html b/templates/partials/footer.html index f9c2df3..888d0cf 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -46,9 +46,12 @@
{% endif %} - \ No newline at end of file +