Skip to content

Instantly share code, notes, and snippets.

@baylej
Last active November 2, 2017 14:19
Show Gist options
  • Save baylej/8fdb6da810fbb13853260634608a73da to your computer and use it in GitHub Desktop.
Save baylej/8fdb6da810fbb13853260634608a73da to your computer and use it in GitHub Desktop.
Fix tweetdeck for dark toolkits (plus cosmetics on small screens)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("tweetdeck.twitter.com") {
.detail-view-inline-text,
.compose-text-container { background-color: #2b2b2c; }
.avatar { border-radius: 10% !important; }
#column-navigator { overflow: hidden !important; }
#container { bottom: 0; }
.js-search-in-popover > div.js-popover { background-color: #222; }
.compose-text,
.js-search-input-control > input.js-app-search-input { color: #fff; }
.detail-view-inline-text { border-color: #222; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment