Ben Ward

Tweaking Gmail Aesthetics

.

One of my chief irritations with Gmail is the way in which it will embolden any folder with new mail, even ‘Spam’. Making things bold encourages you to look at them and deal with the items inside it (be that reading or deleting). Spam folders aren’t supposed to be distracting like this, they should just be there, lurking, for when I choose to check them.

You can fix the spam distraction in Firefox (and other Mozillian browsers) using the userContent.css override file. You can find instructions for editing that in the Mozillazine Knowledge Base.

Anyway, here’s a very simple rule for making the ‘Spam’ menu item not display in bold, so as not to distract you:

#ds_spam b
{
  font-weight: normal;
}

You can file issues or provide corrections: View Source on Github. Contributor credits.