Dark Hacking Social

Paints Raven's tuxedo black because the white ça fait mal aux yeux.

  1. /* ==UserStyle==
  2. @name Dark Hacking Social
  3. @description Paints Raven's tuxedo black because the white ça fait mal aux yeux.
  4. @author nullgemm
  5. @version 0.1.1
  6. @namespace https://greatest.deepsurf.us/en/users/322108-nullgemm
  7. @license WTFPL
  8. ==/UserStyle== */
  9. @-moz-document domain("hacking-social.com")
  10. {
  11. body,
  12. .entry-content > article,
  13. .excerpt-content > article,
  14. span[style="color: #333399;"],
  15. span[style="color: #000000;"],
  16. span[style="color: #009900;"]
  17. {
  18. color: #eee !important;
  19. }
  20.  
  21. .entry,
  22. .wc-comment-right,
  23. #comments
  24. {
  25. background: #222 !important;
  26. }
  27.  
  28. .design-credit
  29. {
  30. background: #000 !important;
  31. }
  32.  
  33. .wc-comment-label
  34. {
  35. box-shadow: none !important;
  36. background: #1e1e1e !important;
  37. }
  38. }