steem_comment - blockpress/blockpress.me GitHub Wiki
class="steem_comment"
Applies to: steem-comment.html
In the default comment template, this class is applied twice, once to the outer containing div, and second to a span that contains comment body.
For styling hooks, use div.steem_comment
to target all comments outer div, and span.steem_comment
to target all comment text bodies.
{steem_comment}
This placeholder gets replaced with the body of the comment.
Back to Developer reference.