<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==UserStyle==
@name         Fedex.com - Dark Mode
@version      20241115.04.33
@namespace    typpi.online
@description  Dark mode for Fedex
@author       Nick2bad4u
@license      UnLicense
@downloadURL none
==/UserStyle== */

@-moz-document domain("fedex.com") {
  /* Base dark mode filter */
  html {
    filter: invert(1) hue-rotate(0deg) !important;
    background: white;
  }

  img,
  video,
  #fx-global-header &gt; div,
  #fx-global-footer &gt; div.fdx-sjson-c-footer__bottom,
  #nuance-fab-container &gt; button,
  trk-shared-icon &gt; svg &gt; use,
  header &gt; nav,
  #container-2387742967 &gt; div &gt; div &gt; div &gt; div:nth-child(n) &gt; div &gt; div.fxg-col,
  .fxg-landing-hero__background-image,
  .layout5.clearfix {
    filter: invert(1) hue-rotate(0deg) !important;
  }

  #container-2387742967 {
    filter: invert(1) hue-rotate(0deg) !important;
  }
}
</pre></body></html>