artillect@kbin.social to Kbin Userstyles and Userscripts@kbin.social · 1 year agoShare your CSS and JS snippets heremessage-squaremessage-square2fedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1message-squareShare your CSS and JS snippets hereartillect@kbin.social to Kbin Userstyles and Userscripts@kbin.social · 1 year agomessage-square2fedilinkfile-text
Here’s a place to share your little tweaks that you might think aren’t big enough to warrant a full post, share away!
minus-squareAmongog@kbin.sociallinkfedilinkarrow-up0·1 year agoStylesheet 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 }
minus-squarePamasich@kbin.sociallinkfedilinkarrow-up1·10 months agoThis sadly doesn’t work anymore for me, the boost button doesn’t get the active class anymore.
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.