Advertisement
Guest User

Old twitch styling

a guest
Sep 26th, 2019
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.85 KB | None | 0 0
  1. body {
  2.     color-text-base: #CCC;
  3.     font-family: sans-serif ;
  4. }
  5.  
  6. .tw-c-background-base {
  7.     background-color: #6441a4;
  8. }
  9.  
  10. .top-nav__nav-link {
  11.     color: #d3cae8;
  12.     font-size: 1.4rem;
  13.     padding: 0 1rem;
  14. }
  15.  
  16. .channel-leaderboard-header {
  17.     background-color: inherit;
  18. }
  19.  
  20. .top-nav__menu {
  21.     background-color: #6441a4;
  22. }
  23.  
  24. .tw-font-size-5 {
  25.     font-size: 1.4rem;
  26. }
  27.  
  28. p.tw-font-size-4 {
  29.     font-size: 15px;
  30.     color: DDD;
  31. }
  32.  
  33. p.tw-c-text-alt.tw-ellipsis.tw-ellipsis.tw-flex-grow-1.tw-font-size-5.tw-line-height-heading.tw-semibold {
  34.     font-size: 14px;
  35.     font-weight: normal;
  36. }
  37.  
  38. h2.tw-font-size-4.tw-line-height-body {
  39.     font-weight: normal;
  40.     font-style: normal;
  41.     font-size: 16px;
  42. }
  43.  
  44. h5.tw-font-size-6.tw-semibold.tw-upcase {
  45.     font-weight: normal;
  46.     font-style: normal;
  47.     text-transform: capitalize;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement