color reactions the same as body text
This commit is contained in:
parent
41157d5205
commit
ba8935a3d3
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user