Skip to content

Instantly share code, notes, and snippets.

@xkr47
Last active September 6, 2019 04:16
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 xkr47/03f9741f2675c140d464 to your computer and use it in GitHub Desktop.
Save xkr47/03f9741f2675c140d464 to your computer and use it in GitHub Desktop.
My css tweaks for Twitter - install using e.g. Stylish addon for Firefox (https://addons.mozilla.org/en-US/firefox/addon/stylish/)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
.stream-item .promoted-tweet {
background: #ff9080;
}
/* you might like / in case you missed */
.stream-item.has-recap, .stream-item.has-recap .stream-item {
background: #ccffdd;
}
/* expanded tweet */
.stream-item.open {
background: rgba(238,255,204,0.5);
}
/* override for other tweets in expanded conversation */
.content-main .expansion-container .tweet.ancestor, .content-main .expansion-container .tweet.descendant, .content-main .expansion-container .view-more-container, .content-main .expansion-container .inline-reply-tweetbox {
background: rgba(208,255,150,0.5);
}
}
@xkr47
Copy link
Author

xkr47 commented Sep 6, 2019

Not using them anymore, using tweetdeck instead..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment