Here’s a place to share your little tweaks that you might think aren’t big enough to warrant a full post, share away!
You must log in or register to comment.
Stylesheet tweaks
Change boost button color when pressed
/* Change boost color when pressed */ .comment menu > a.active, .comment menu > li button.active { color: #53ffa6 } .entry footer menu > a.active, .entry footer menu > li button.active { color: #53ffa6 }
This sadly doesn’t work anymore for me, the boost button doesn’t get the
active
class anymore.