Skip to content

Instantly share code, notes, and snippets.

View lalomartins's full-sized avatar

Lalo Martins lalomartins

View GitHub Profile
@ruby0x1
ruby0x1 / tweetdeck userstyles css
Last active February 12, 2018 14:49
tweetdeck: but not ugly
@-moz-document url("https://tweetdeck.twitter.com/"), url("https://tweetdeck.twitter.com/#") {
body { background-color:#000 }
html.dark .stream-item { background-color:#161619; border-bottom: solid 1px #000; }
html.dark .column { background-color:#161619; }
html.dark, html.dark body { background-color:#161619; }
html.dark .column-header, html.dark .column-header-temp { background-color:#000; }
html.dark .app-columns-container { background-color:#000 }
html.dark .column-message { background-color:#000 }
html.dark .column-title-edit-box { background-color:#212124 }
html.dark .column-nav-item { background:transparent; }