color reactions the same as body text
This commit is contained in:
parent
41157d5205
commit
ba8935a3d3
@ -29,8 +29,8 @@
|
|||||||
{% if gallery.reactions %}
|
{% if gallery.reactions %}
|
||||||
{% for reaction in gallery.reactions %}
|
{% for reaction in gallery.reactions %}
|
||||||
{# TODO: limit total number of reactions shown #}
|
{# TODO: limit total number of reactions shown #}
|
||||||
<span class="badge rounded-pill">
|
<span class="badge rounded-pill text-body">
|
||||||
<i class="bi-{{ reaction }}" style="color: black;"></i>
|
<i class="bi-{{ reaction }}"></i>
|
||||||
</span>
|
</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user