Created
June 4, 2014 13:44
-
-
Save devinhalladay/b57536e896c825d84816 to your computer and use it in GitHub Desktop.
Better Twitter.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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