diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 492fb32e1..e144619fb 100755 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -73,6 +73,10 @@ .object-cover { object-fit: cover; } + + .text-black { + color: var(--black); + } {% for p in listing %} @@ -83,20 +87,20 @@
-
{{p.author.username}}
+
{{p.author.username}}
- {% if p.author.bio_html %}{{p.author.bio_html | safe}}{% endif %} + {% if p.author.bio_html %}{{p.author.bio_html | safe}}{% endif %}
- {{p.author.post_count}} - posts + {{p.author.post_count}} + posts - {{p.author.comment_count}} - comments + {{p.author.comment_count}} + comments View