Emphasize boosted/favorited flags in text or fullbrutalism

This commit is contained in:
Jason McBrayer 2018-08-21 14:58:36 -04:00
parent c8b0dc66c2
commit f3d3d7005b
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@
<span class="icon is-small">
{% if toot.reblogged %}
<span class="fa fa-retweet has-text-warning">
<span class="is-invisible" >Boosted</span>
<strong class="is-invisible" >Boosted</strong>
{% else %}
<span class="fa fa-retweet" >
<span class="is-invisible" >Boost</span>
@ -107,7 +107,7 @@
<span class="icon is-small">
{% if toot.favourited %}
<span class="fa fa-heart has-text-warning">
<span class="is-invisible" >Favorited</span>
<strong class="is-invisible" >Favorited</strong>
{% else %}
<span class="fa fa-heart">
<span class="is-invisible" >Favorite</span>