Skip to content

Instantly share code, notes, and snippets.

@NickCraver
Last active October 6, 2018 19:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save NickCraver/1f438f2336b23bcd618b96cb69cd6906 to your computer and use it in GitHub Desktop.
Save NickCraver/1f438f2336b23bcd618b96cb69cd6906 to your computer and use it in GitHub Desktop.
TweetDeck Dark Theme - Revert the Blue
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, 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