From 2794c547c9c905e92e3fba0ca66669dc7240d753 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 16 Oct 2021 22:10:05 +0200 Subject: [PATCH] fsd --- files/templates/submission_listing.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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