Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. body {
  2. background: #000;
  3. background-color: #000;
  4.  
  5. }
  6. .DashboardProfileCard-content {
  7. background: #000;
  8.  
  9. }
  10. .tweet-user {
  11. background: #000;
  12. }
  13. .js-new-tweets-bar {
  14. background: #000;
  15. }
  16. .has-content .flex-module {
  17. background: #000;
  18.  
  19. }
  20. .Footer .flex-module {
  21. background: #000;
  22. }
  23. #stream-item-tweet-1109837211418193925 .cards-forward {
  24. background: #000;
  25. }
  26. .tweet {
  27. background: #000;
  28. }
  29. .trends {
  30. background: #000;
  31. }
  32. .global-nav-inner {
  33. background: #000;
  34.  
  35.  
  36. }
  37. .DMInbox .DMActivity-header {
  38. background: #000;
  39.  
  40.  
  41. }
  42.  
  43. .DMInbox-content {
  44. background: #000;
  45. }
  46. .DMInbox-tabToggle {
  47. background: #000;
  48. }
  49. .DMInbox-tab {
  50. background: #000;
  51. }
  52. .u-textInheritColor {
  53. color: pink!important ;
  54. }
  55. .TweetstormDialog-content .modal-body {
  56. color: #000;
  57. background-color: #000;
  58. }
  59. #Tweetstorm-dialog .modal-body {
  60. background-color: #000;
  61. color: #000;
  62. }
  63. .TweetstormDialog-content .modal-header {
  64. color: #000;
  65. background-color: #000;
  66. }
  67. .DMConversation-scrollContainer {
  68. background-color: #000;
  69. }
  70. .DMConversation .DMActivity-header {
  71. background-color: #000;
  72. }
  73. .DMConversation-composer {
  74. color: #000;
  75. }
  76. .u-bgUserColorLightest {
  77. background: #000;
  78. }
  79. .DirectMessage--sent.is-rapidFire .DirectMessage-text {
  80. background-color:grey
  81. }
  82. .DirectMessage--sent .DirectMessage-text {
  83. background-color: grey;
  84. }
  85. .u-boxShadow {
  86. background-color: black
  87. }
  88. .TweetImpressionsModule {
  89. background-color: #000;
  90. }
  91. .tweet .js-tweet-text {
  92. color:pink;
  93. }
  94. .DMConversation-container {
  95. background-color:black;
  96. }
  97. .my-tweet .fullname {
  98. color:pink;
  99. }
  100. .permalink-header .show-popup-with-id {
  101. color:pink;
  102. }
  103. .permalink .inline-reply-tweetbox {
  104. color:black;
  105. }
  106. .swift {
  107. color:black;
  108. }
  109. .permalink .inline-reply-tweetbox {
  110. background-color:black;
  111. }
  112. .fullname {
  113. color:pink;
  114. }
  115. .ActivityItem-displayText, .ActivityItem-icon .Icon{
  116. color:pink;
  117. }
  118. .ActivityItem{
  119. color:pink;
  120. }
  121. .u-textTruncate {
  122. color:pink;
  123. }
  124. .TwitterCard[data-theme="night-mode"] .SummaryCard-destination {
  125. color:pink;
  126. }
  127. .u-text {
  128. color:pink;
  129. }
  130. .u-bgUserColorLightest {
  131. background-color: #000 !important;
  132. }
  133.  
  134. .ProfileHeading-toggle {
  135. background-color: #000;
  136. }
  137. .with-rightCaret {
  138. color:black;
  139. }
  140. .ProfileNav-item--userActions {
  141. background-color:black;
  142. }
  143. .bird-topbar-etched{
  144. color:pink;
  145. }
  146. .flex-module-header h3 {
  147. color:pink;
  148. }
  149. b, strong {
  150. color:pink;
  151. }
  152. .RichEditor div[contenteditable], .RichEditor div[contenteditable]:focus, .RichEditor div[contenteditable].fake-focus{
  153. color:pink;
  154. }
  155. .DirectMessage-text .tweet-text {
  156. color:pink;
  157. }
  158. .DMDivider {
  159. background-color: #000;
  160. color: pink;
  161. }
  162. .compensate-for-scrollbar {
  163. color:pink;
  164. background-color: pink;
  165. }
  166. .DMActivity-title {
  167. color:pink;
  168. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement