fivethirtyeight.com Dark Mode

fivethirtyeight.com Dark Mode!

目前为 2024-11-19 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name fivethirtyeight.com Dark Mode
  3. @version 20241106.04.58
  4. @namespace typpi.online
  5. @description fivethirtyeight.com Dark Mode!
  6. @author Nick2bad4u
  7. @license UnLicense
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("projects.fivethirtyeight.com") {
  11. /* Invert colors except images and videos */
  12. :is(html:not([stylus-iframe]), img, svg, video):not(z#z.z[z]):not(a.logo > img):not(
  13. a.abclogo > img
  14. ) {
  15. filter: invert(1) hue-rotate(180deg) !important;
  16. }
  17.  
  18. /* Ensure background images are not inverted */
  19. :is(html:not([stylus-iframe]), img, svg, video):not(z#z.z[z]) {
  20. background-color: inherit !important;
  21. }
  22. }