techpowerup.com - Dark Mode

techpowerup.com - Dark Mode!

目前為 2025-01-30 提交的版本,檢視 最新版本

  1. /* ==UserStyle==
  2. @name techpowerup.com - Dark Mode
  3. @namespace typpi.online
  4. @version 20241119.00.13
  5. @description techpowerup.com - 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. @-moz-document domain("techpowerup.com") {
  12. /* Invert colors except images and videos */
  13. :is(html:not([stylus-iframe]), img, svg, video) {
  14. filter: invert(1) hue-rotate(180deg) !important;
  15. }
  16.  
  17. /* Ensure background images are not inverted */
  18. :is(html:not([stylus-iframe]), img, svg, video) {
  19. background-color: inherit !important;
  20. }
  21. }