Last active
February 13, 2022 07:10
-
-
Save prs-watch/dea003b3d331c8ef513a6f6f5f7658c9 to your computer and use it in GitHub Desktop.
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
| .stream-item, .rpl { | |
| background-color: black; | |
| color: yellow; | |
| border-bottom: 2px dashed yellow; | |
| } | |
| .prf-actions, .prf-meta, .social-proof-container { | |
| background-color: black; | |
| color: yellow; | |
| border: 1px solid yellow; | |
| } | |
| .js-docked-compose, .pin-bottom-full-width { | |
| background-color: black; | |
| color: yellow; | |
| border-right: 2px solid yellow; | |
| } | |
| .mdl, .mdl-content { | |
| background-color: black; | |
| color: yellow; | |
| border: 1px solid yellow; | |
| } | |
| #container { | |
| background-color: yellow; | |
| } | |
| .column-scroller { | |
| background-color: black; | |
| } | |
| .app-header { | |
| background-color: black; | |
| } | |
| .app-header nav li { | |
| background-color: black; | |
| } | |
| .app-header nav a { | |
| background-color: black; | |
| } | |
| .tweet-detail { | |
| border-bottom: 2px solid yellow; | |
| } | |
| .column-header { | |
| background-color: black; | |
| color: yellow; | |
| border-bottom: 2px double yellow; | |
| } | |
| .js-popover-content { | |
| background-color: black; | |
| border: 2px solid yellow; | |
| } | |
| .js-popover-content input { | |
| background-color: black; | |
| border: 2px solid yellow; | |
| color: yellow; | |
| } | |
| .js-popover-content li { | |
| color: yellow; | |
| } | |
| .prf-stats li a { | |
| color: yellow; | |
| } | |
| .prf-stats li strong { | |
| color: yellow; | |
| } | |
| .prf-stats a { | |
| border-left: 1px dashed yellow !important; | |
| } | |
| .modal-content { | |
| border: 2px solid yellow; | |
| } | |
| .fullname { | |
| color: yellow; | |
| font-weight: 700; | |
| } | |
| .account-link { | |
| color: yellow; | |
| font-weight: 700; | |
| } | |
| .txt-size--16 { | |
| color: yellow; | |
| font-weight: 700; | |
| } | |
| .compose-text-title { | |
| color: yellow; | |
| font-weight: 700; | |
| } | |
| .checkbox { | |
| color: yellow; | |
| font-weight: 700; | |
| } | |
| .username { | |
| color: aqua; | |
| } | |
| .attribution { | |
| color: aqua; | |
| } | |
| .compose-header { | |
| border-bottom: 2px solid yellow; | |
| } | |
| .btn-on-blue { | |
| background-color: black; | |
| border: 2px solid yellow; | |
| } | |
| .compose-text-container { | |
| background-color: black; | |
| border: 2px solid yellow; | |
| } | |
| .bg-color-twitter-white { | |
| background-color: black !important; | |
| color: yellow; | |
| } | |
| .js-reply-tweetbox { | |
| background-color: black !important; | |
| color: yellow; | |
| border: 2px solid yellow; | |
| } | |
| i { | |
| color: yellow; | |
| } | |
| .btd-gif-button { | |
| color: yellow; | |
| } | |
| .stroke-twitter-light-gray { | |
| stroke: yellow; | |
| } | |
| .mdl-column { | |
| background-color: black; | |
| } | |
| .mdl-column header { | |
| background-color: black; | |
| } | |
| .mdl-column li { | |
| border: 1px dashed yellow; | |
| } | |
| html[class] .js-hide-drawer.Button.tweet-button { | |
| background-color: yellow !important; | |
| } | |
| .tweet-button i { | |
| color: black; | |
| } | |
| .column-title input { | |
| background-color: black; | |
| border: 2px solid yellow; | |
| color: yellow; | |
| } | |
| .lst-profile a { | |
| border-right: 1px dashed yellow !important; | |
| } | |
| .lst-profile a i { | |
| color: yellow !important; | |
| } | |
| .lst-profile a span { | |
| color: yellow !important; | |
| } | |
| .hw-card-container span { | |
| color: lightgreen; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment