Skip to content

Instantly share code, notes, and snippets.

@x7c1
Created January 30, 2021 06:54
Show Gist options
  • Select an option

  • Save x7c1/d65add2b638cd25f31dad494fef68e2f to your computer and use it in GitHub Desktop.

Select an option

Save x7c1/d65add2b638cd25f31dad494fef68e2f to your computer and use it in GitHub Desktop.
tweetdeck stylesheets
.app-title,
.app-header,
.app-navigator,
.column-nav-item,
.app-search-input {
background-color: white;
}
.nav-user-info .fullname,
.column-nav-link .column-heading,
.app-nav-link-text,
.app-nav-tab-text {
color: gray;
}
.app-search-input {
border: 1px solid #1da1f2
}
.Button.Button--primary {
border: 1px solid #1da1f2;
background-color: white;
color: #1da1f2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment