Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.82 KB | None | 0 0
  1. .full-background {
  2.     background: #1d1d1d !important
  3. }
  4.  
  5. .card, .card-panel {
  6.     background-color: #373737;
  7.     color: #eee;
  8. }
  9.  
  10. .white {
  11.     background-color: #373737 !important;
  12.    
  13. }
  14.  
  15. .button-collapse, nav ul.right a {
  16.     color: #eee !important;
  17. }
  18.  
  19. nav .dropdown-content li.active, nav .dropdown-content li:hover, nav ul li.active, nav ul li:hover {
  20.     background-color: #212121;
  21. }
  22.  
  23. .dropdown-content {
  24.     background-color: #373737;
  25. }
  26.  
  27. .brand-logo {
  28.     background: #1b5e20;
  29. }
  30.  
  31. .m-comments {
  32.     background: #373737;
  33. }
  34.  
  35. .collection.with-header .collection-header {
  36.     background-color: #373737;
  37.     color: #eee;
  38. }
  39.  
  40. .collection .collection-item {
  41.     background-color: #373737;
  42.     color: #eee;
  43. }
  44.  
  45. .m-comment-author-name {
  46.     color: #eee;
  47. }
  48.  
  49. .m-new-episodes {
  50.     background: #373737;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement