color reactions the same as body text

This commit is contained in:
c0de 2023-12-28 23:37:47 -06:00
parent 41157d5205
commit ba8935a3d3
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
{% if gallery.reactions %}
{% for reaction in gallery.reactions %}
{# TODO: limit total number of reactions shown #}
<span class="badge rounded-pill">
<i class="bi-{{ reaction }}" style="color: black;"></i>
<span class="badge rounded-pill text-body">
<i class="bi-{{ reaction }}"></i>
</span>
{% endfor %}
{% endif %}