Last active
October 6, 2018 19:20
-
-
Save NickCraver/1f438f2336b23bcd618b96cb69cd6906 to your computer and use it in GitHub Desktop.
TweetDeck Dark Theme - Revert the Blue
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
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