Skip to content

Instantly share code, notes, and snippets.

@EmilianoTalamo
Created April 21, 2019 17:37
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 EmilianoTalamo/d6b395c9e3992c18bf6811c2d8752135 to your computer and use it in GitHub Desktop.
Save EmilianoTalamo/d6b395c9e3992c18bf6811c2d8752135 to your computer and use it in GitHub Desktop.
TweetDuck Custom CSS
html, html *, #tduck, .system-font-stack{
font-family: "Helvetica LT Std";
}
textarea.compose-text, textarea.compose-text-container{
font-size: 18px !important;
}
textarea.txt-size--14{
font-size: 18px !important;
}
html.dark{
font-size: initial !important;
}
html.dark .compose{
background-color: #212121;
}
html.dark .compose-text{
font-size: 18px!important;
line-height: 1.15;
}
html.dark .btn-on-blue{
background-color: #673AB7;
border-radius: 8px !important;
}
html.dark .btn-on-blue:hover{
background-color: white;
color: #212121;
}
html.dark .compose-header{
border-bottom: none;
}
.app-content, .app-columns-container, html.dark .column, html.dark .stream-item{
background-color: #212121 !important;
color: white;
}
html.dark .is-inverted-dark .account-link{
color: white;
}
html.dark .column-header{
background-color: #222222;
}
html.dark .stream-item{
border-bottom: 1px solid #333333;
}
html.dark .app-header, html.dark .column-nav-item, html.dark .app-nav-link, html.dark .app-nav-tab{
background-color: black;
color: white;
}
html.dark .attach-compose-buttons .tweet-button{
background-color: transparent !important;
}
html.dark .padding-t--8, html.dark .padding-tm{
padding-top: 0px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment