Fix icon colors

This commit is contained in:
2024-01-22 22:30:05 -06:00
parent 07ddc100c0
commit 1265d3d4a9
16 changed files with 176 additions and 85 deletions

View File

@ -8,6 +8,6 @@ layout: layouts/baseBareBones.njk
<ul class="socialLinks">
{% for link in metadata.socialLinks %}
<a {% if link.customAttribute %} {{ link.customAttribute | safe }} {% endif %} href="{{ link.linkURL }}"><li><img src="{{ link.iconURL }}" />{{ link.linkDisplay }}</li></a>
<a class="icon-button" {% if link.customAttribute %} {{ link.customAttribute | safe }} {% endif %} href="{{ link.linkURL }}"><li><img src="{{ link.iconURL }}" />{{ link.linkDisplay }}</li></a>
{% endfor %}
</ul>