Here’s a place to share your little tweaks that you might think aren’t big enough to warrant a full post, share away!

  • Amongog@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    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
    	}
    
    
    • Pamasich@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      This sadly doesn’t work anymore for me, the boost button doesn’t get the active class anymore.