Skip to content

Instantly share code, notes, and snippets.

@riking
Created February 2, 2018 21:38
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 riking/c109d71851d86f65ef83a76889b419df to your computer and use it in GitHub Desktop.
Save riking/c109d71851d86f65ef83a76889b419df to your computer and use it in GitHub Desktop.
@-moz-document domain("tweetdeck.twitter.com") {
html.dark .column,
html.dark .stream-item {
background-color: #222426;
}
html.dark .detail-view-inline-text {
background: #fff;
color: #8899a6;
}
html.dark a,
html.dark a:hover,
html.dark .other-replies-link,
html.dark .other-replies-link:hover html.dark .btn-neutral-positive:hover,
html.dark .btn-neutral-positive:focus {
color: #8bd;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment