Advertisement
Guest User

Untitled

a guest
Feb 7th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. body {
  2. background: #282c34;
  3. }
  4. body.news-detail .controls li {
  5. background: none;
  6. }
  7. h1, h2, h3, h4, h5, h6, p, dt, textarea,
  8. body.cover .notes .actions .show-all,
  9. body.news-detail .post-form .field.is_nsfw,
  10. body.cover .notes li,
  11. #sidebar .public-voice li a .title,
  12. #sidebar .public-voice li.selected .count,
  13. #sidebar .public-voice li.selected,
  14. #sidebar .public-voice .actions
  15. #menu .sized,
  16. #main .option-list,
  17. .pagination .range,
  18. form .field.checkbox label.fallback,
  19. form .field input[type=text],
  20. #id_email{
  21. filter: invert(100%);
  22. }
  23. textarea,
  24. input {
  25. background: #d8d3cb!important;
  26. }
  27. #sidebar .logo,
  28. form .field>label,
  29. .checkbox label {
  30. color: #d8d3cb;
  31. }
  32. #menu .sized,
  33. #menu .sized a,
  34. .post-form {
  35. color: #cfcfcf;
  36. }
  37. #menu {
  38. background: #282c34;
  39. }
  40. a:hover {
  41. opacity: 0.75;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement