remotes/1693045480750635534/spooky-22
kek7198 2021-12-02 21:05:46 -06:00
parent e0ad03b8cb
commit 89b47fc15e
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-lg hidden bg-gray-900 mt-3 p-3" id="post-text-{{p.id}}">
<div class="rounded-md hidden bg-gray-200 border-gray-300 mt-3 p-3" id="post-text-{{p.id}}">
{{p.realbody(v) | safe}}
</div>
{% endif %}