Skip to content

Instantly share code, notes, and snippets.

@devinhalladay
Created June 4, 2014 13:44
Show Gist options
  • Save devinhalladay/b57536e896c825d84816 to your computer and use it in GitHub Desktop.
Save devinhalladay/b57536e896c825d84816 to your computer and use it in GitHub Desktop.
Better Twitter.
#global-actions .topics {
display: none;
/* This is the notification count on the menu item - way too distracting for life. */
}
.ProfileTweet--high .ProfileTweet-text {
font-size: 16px;
font-weight: 400;
line-height: 22px;
/* Make new-style profiles readable again! */
}
.ProfileWTFAndTrends {
display: none;
/* I never click Discover */
}
.global-nav .people .count.new-count {
display: none;
/* I don't care. No one cares. */
}
.trends-inner {
display: none;
/* Who's trending now huh?? */
}
* {
font-family: "Vaud" ;
/* Much, much better. Change this to any font in your system and it'll be better than Gotham Narrow. */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment