Skip to content

Instantly share code, notes, and snippets.

@PandorasFox
Created August 31, 2016 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PandorasFox/5c9d836bb95056907dda1d09634415e6 to your computer and use it in GitHub Desktop.
Save PandorasFox/5c9d836bb95056907dda1d09634415e6 to your computer and use it in GitHub Desktop.
.RichEditor div[contenteditable],
.RichEditor div[contenteditable]:focus,
.RichEditor div[contenteditable].fake-focus {
color: white;
}
.js-tweet-text-container {
color: white;
}
.ProfileSidebar .TweetImpressionsModule,
.ProfileSidebar .ProfileLifelineInfo,
.ProfileSidebar .RelatedUsers {
color: white;
background-color: rgba(0, 0, 0, 0);
}
.TwitterCard .PollXChoice-optionContainer .PollXChoice-choice--chart {
background: #555;
}
.TwitterCard .PollXChoice-optionContainer .PollXChoice-choice--text {
color: white;
}
.ProfileSidebar .TweetImpressionsModule,
.ProfileSidebar .ProfileLifelineInfo,
.ProfileSidebar .RelatedUsers {
border: 0px solid #fff;
}
.NotificationsHeadingContent {
background: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment