chore: colors for band icons

This commit is contained in:
Cory Dransfeldt 2023-12-28 10:21:09 -08:00
parent c3f031a229
commit fa10c0ff1c
No known key found for this signature in database
4 changed files with 91 additions and 8 deletions

View file

@ -9,7 +9,7 @@
</span>
{% else %}
{% if icon %}
<a class="link--icon" href="/{{ link | downcase }}">
<a class="link--icon {{ icon | downcase }}" href="/{{ link | downcase }}">
{% tablericon icon link %}
</a>
{% else %}