Advertisement
RetroRevo

Twitch September UI "FIX" Userstyle

Sep 26th, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.63 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("twitch.tv") {
  4. body {
  5.     font-family: Helvetica Neue, sans-serif !important;
  6. }
  7.  
  8. div.simplebar-content,.tw-font-size-5, .tw-c-text-alt,.tw-root--theme-dark .tw-c-text-alt,.tw-root--theme-dark .tw-c-text-alt,.tw-font-size-4 {
  9.     color: #DADADA;
  10. }
  11.  
  12. div.rooms-header.tw-align-items-center.tw-border-b.tw-flex.tw-flex-shrink-0.tw-full-width.tw-justify-content-center.tw-pd-l-1.tw-pd-r-1 {
  13.     background-color: #0F0E11;
  14. }
  15.  
  16. div.chat-input.tw-block.tw-pd-b-1.tw-pd-x-1 {
  17.     background-color: #0F0E11;
  18. }
  19.    
  20. div.simplebar-content {
  21.     background-color: #0F0E11;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement