Created
January 30, 2021 06:54
-
-
Save x7c1/d65add2b638cd25f31dad494fef68e2f to your computer and use it in GitHub Desktop.
tweetdeck stylesheets
This file contains hidden or 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
| .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