weather.com - Dark Mode

Dark Mode for Weather.com

当前为 2024-12-28 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name weather.com - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.1
  5. @description Dark Mode for Weather.com
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. ==/UserStyle== */
  10. @-moz-document domain("weather.com") {
  11. /* Invert colors except images and videos */
  12. :is(
  13. html:not([stylus-iframe]),
  14. img,
  15. svg,
  16. video,
  17. .HurricaneTrackerCard--bodyWrapper--D\+PUk,
  18. .Button--primary--I3yI4,
  19. .HeaderLargeScreen--HeaderLargeScreen--HPtiq,
  20. .Icon--lightTheme--Mqfrs > path,
  21. .ExpandableMenu--ExpandableMenu--DLqTu.ExpandableMenu--open--NWYsb
  22. > .ExpandableMenu--inner--d7mmL,
  23. .CurrentConditions--header--z8kOV,
  24. .CurrentConditions--overlayBox--veKTl,
  25. .styles--locationNameBadge--CwsOx,
  26. .styles--mini--GBfrx
  27. .styles--temperature--aIAgZ,
  28. .RecentLocations--container--Vn06V.RecentLocations--open--WrsUf
  29. ) {
  30. filter: invert(1) hue-rotate(180deg) !important;
  31. }
  32.  
  33. .styles--cards--Yo-aJ,
  34. .styles--root--6Jj2d {
  35. background: #ffd7cb;
  36. color: white;
  37. }
  38. }

QingJ © 2025

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