Fedex.com - Dark Mode

Dark mode for Fedex!

  1. /* ==UserStyle==
  2. @name Fedex.com - Dark Mode
  3. @version 20241115.04.36
  4. @namespace typpi.online
  5. @description Dark mode for Fedex!
  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("fedex.com") {
  13. /* Base dark mode filter */
  14. html {
  15. filter: invert(1) hue-rotate(0deg) !important;
  16. background: #ffffff;
  17. }
  18.  
  19. img,
  20. video,
  21. #fx-global-header > div,
  22. #fx-global-footer > 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. }