Hacker News new | ask | show | jobs
by quesera 1311 days ago
> would love to find a way to make the little ribbon of color on the edge more prominent

I use a bit of userChrome.css for this. I think this is the important part:

  .contextual-identity-marker {
    width: 40px !important;
    left: 0;
    opacity: 0.6;
  }