remotes/1693045480750635534/spooky-22
kek7198 2021-12-02 21:06:37 -06:00
parent 89b47fc15e
commit a9024be5eb
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@
{% if not p.club or v and (v.paid_dues or v.id == p.author_id) %}
{% if p.realbody(v) %}
<div class="rounded-md hidden bg-gray-200 border-gray-300 mt-3 p-3" id="post-text-{{p.id}}">
<div class="rounded-md bg-gray-300 border border-gray-400/40 mt-3 p-3" id="post-text-{{p.id}}">
{{p.realbody(v) | safe}}
</div>
{% endif %}