nbcwashington.com - Dark Mode

NBC Washington Dark Mode!

目前为 2025-01-21 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name nbcwashington.com - Dark Mode
  3. @version 20241107.04.55
  4. @namespace typpi.online
  5. @description NBC Washington Dark Mode!
  6. @homepageURL https://github.com/Nick2bad4u/UserStyles
  7. @supportURL https://github.com/Nick2bad4u/UserStyles/issues
  8. @author Nick2bad4u
  9. @license UnLicense
  10. ==/UserStyle== */
  11.  
  12. @-moz-document domain("nbcwashington.com") {
  13. /* Invert colors except images and videos */
  14. :is(
  15. html:not([stylus-iframe]),
  16. img,
  17. svg,
  18. video
  19. ):not(png) {
  20. filter: invert(1) hue-rotate(180deg) !important;
  21. }
  22.  
  23. [style*='text-decoration'] {
  24. filter: invert(1) hue-rotate(180deg) !important;
  25. }
  26. }