Fedex.com - Dark Mode

Dark mode for Fedex!

目前為 2024-12-04 提交的版本,檢視 最新版本

  1. /* ==UserStyle==
  2. @name Fedex.com - Dark Mode
  3. @version 20241115.04.34
  4. @namespace typpi.online
  5. @description Dark mode for Fedex!
  6. @homepageURL https://github.com/Nick2bad4u/UserStyles
  7. @author Nick2bad4u
  8. @license UnLicense
  9. ==/UserStyle== */
  10.  
  11. @-moz-document domain("fedex.com") {
  12. /* Base dark mode filter */
  13. html {
  14. filter: invert(1) hue-rotate(0deg) !important;
  15. background: white;
  16. }
  17.  
  18. img,
  19. video,
  20. #fx-global-header > div,
  21. #fx-global-footer
  22. > div.fdx-sjson-c-footer__bottom,
  23. #nuance-fab-container > button,
  24. trk-shared-icon > svg > use,
  25. header > nav,
  26. #container-2387742967
  27. > div
  28. > div
  29. > div
  30. > div:nth-child(n)
  31. > div
  32. > div.fxg-col,
  33. .fxg-landing-hero__background-image,
  34. .layout5.clearfix {
  35. filter: invert(1) hue-rotate(0deg) !important;
  36. }
  37.  
  38. #container-2387742967 {
  39. filter: invert(1) hue-rotate(0deg) !important;
  40. }
  41. }