Created
February 2, 2018 21:38
-
-
Save riking/c109d71851d86f65ef83a76889b419df to your computer and use it in GitHub Desktop.
This file contains 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
@-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