• 13 Posts
  • 811 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle













  • Are the colors for the up/down vote buttons higher contrast? That’s the one thing I hate about the darkly-compact theme. I ended up overriding them because the blue upvote is barely different from the default grey color.

    If anyone wants the same, it’s this CSS override. I use the Nighteye extesnion to enforce dark mode on everything, though for Lemmy it’s just these two.

    .btn-animate.btn.btn-link.p-0.text-danger {
      color: #ff1b00 !important;
    }
    
    .btn-animate.btn.btn-link.p-0.text-info{
        color: #0022febf !important;
    }