michigan.gov - Dark Mode

Michigan.gov Simple Dark Mode!

  1. /* ==UserStyle==
  2. @name michigan.gov - Dark Mode
  3. @version 20241107.04.44
  4. @namespace typpi.online
  5. @description Michigan.gov Simple 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("michigan.gov") {
  13. /* Invert colors except images and videos */
  14. :is(html:not([stylus-iframe]), img, svg, video):not(png) {
  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(
  20. z#z.z[z]
  21. ) {
  22. background-color: inherit !important;
  23. }
  24.  
  25. /* Additional styling for the Michigan Department of State */
  26. #footer > section > div > div > div > div > div.row {
  27. filter: invert(1) hue-rotate(180deg) !important;
  28. }
  29.  
  30. #footer
  31. > section
  32. > div
  33. > div
  34. > div
  35. > div
  36. > div.footer__section-logo
  37. > div
  38. > div
  39. > div.col-lg-3.col-md-4.footer__section-logo-img
  40. > img {
  41. filter: invert(0) hue-rotate(180deg) !important;
  42. }
  43.  
  44. *[style*='background-image'] {
  45. filter: invert(1) hue-rotate(180deg);
  46. }
  47. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址