Advertisement
Guest User

Untitled

a guest
Sep 26th, 2019
747
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. .tw-root--theme-dark body {
  2. background-color: #222029;
  3. --color-background-body: #222029;
  4. --color-background-alt: #222029;
  5. }
  6.  
  7.  
  8.  
  9. .tw-root--theme-dark .directory-header-new__banner-cover {
  10. background: linear-gradient(0deg,#1b1a1a,rgba(0,0,0,.25)),linear-gradient(90deg,#1b1a1a,rgba(0,0,0,.25));
  11. }
  12. .tw-root--theme-dark .channel-root__right-column {
  13. background: #1b1a1a;
  14. }
  15.  
  16. .tw-root--theme-dark .chat-room {
  17. background: #1b1a1a;
  18. }
  19.  
  20. .tw-font-size-5 {
  21. font-size: 1.2rem!important;
  22. }
  23. .tw-font-size-4 {
  24. font-size: 1.2rem!important;
  25. }
  26. .tw-textarea:focus {
  27. background: #1b1a1a;
  28. }
  29. .tw-root--theme-dark {
  30. --color-background-base: #2d2d42;
  31. }
  32.  
  33. .tw-animated-glitch-logo__body {
  34. fill: #482d6f;
  35. }
  36.  
  37. .tw-core-button--primary {
  38. background-color: #2d2d42;
  39. }
  40.  
  41. .tw-core-button--primary:hover {
  42. background-color: #2d2d42 !important;
  43. }
  44.  
  45.  
  46. .tw-core-button--secondary {
  47. background-color: rgba(0,0,0,.1);
  48. background-color: hsl(282, 18%, 18%);
  49. }
  50.  
  51. .tw-core-button--secondary:hover {
  52. background-color: hsl(282, 18%, 18%) !important;
  53.  
  54. }
  55.  
  56. .chat-line__message:nth-child(odd), .chat-line__moderation:nth-child(odd), .chat-line__status:nth-child(odd) { background-color: rgba(50, 50, 50, .16); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement