Dark mode for Fedex!
Fedex.com - Dark Mode by Nick2bad4u
Mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Fedex.com-DarkMode.user.css
Details
AuthorNick2bad4u
LicenseUnLicense
Categoryfedex
Created
Updated
Size882 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fedex.com - Dark Mode
@version 20241115.04.34
@namespace typpi.online
@description Dark mode for Fedex!
@homepageURL https://github.com/Nick2bad4u/UserStyles
@author Nick2bad4u
@license UnLicense
==/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 > div,
#fx-global-footer > div.fdx-sjson-c-footer__bottom,
#nuance-fab-container > button,
trk-shared-icon > svg > use,
header > nav,
#container-2387742967 > div > div > div > div:nth-child(n) > div > 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;
}
}