Requested feature overview description.
Up and downvoted <article>s should have an attribute or class to be targetable by CSS
Why would it be useful?
It's not possible to see if a post is faved or voted by looking at the thumbnail.
With CSS its possible to target the data-is-favorited attribute.
If the same kind of attribute (for example data-is-voted) would be present with the value of our score then we could customize how up / down-voted post look.
What part(s) of the site page(s) are affected?
Mostly just the Post list and the individual posts (because of related posts). Basically anywhere where the data-is-favorited appears would be logical.