From ba8935a3d3303a84743979c5e52f85c9682327ee Mon Sep 17 00:00:00 2001 From: c0de Date: Thu, 28 Dec 2023 23:37:47 -0600 Subject: [PATCH] color reactions the same as body text --- templates/card.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/card.html b/templates/card.html index 9e1c593..caf51aa 100644 --- a/templates/card.html +++ b/templates/card.html @@ -29,8 +29,8 @@ {% if gallery.reactions %} {% for reaction in gallery.reactions %} {# TODO: limit total number of reactions shown #} - - + + {% endfor %} {% endif %}