-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathFedex.com-DarkMode.user.css
More file actions
43 lines (40 loc) · 1.12 KB
/
Fedex.com-DarkMode.user.css
File metadata and controls
43 lines (40 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* ==UserStyle==
@name Fedex.com - Dark Mode
@version 20241115.04.36
@namespace nick2bad4u.github.io
@description Dark mode for Fedex!
@homepageURL https://github.com/Nick2bad4u/UserStyles
@supportURL https://github.com/Nick2bad4u/UserStyles/issues
@author Nick2bad4u
@license UnLicense
@downloadURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Fedex.com-DarkMode.user.css
@updateURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Fedex.com-DarkMode.user.css
==/UserStyle== */
@-moz-document domain("fedex.com") {
/* Base dark mode filter */
html {
filter: invert(1) hue-rotate(0deg) !important;
background: #ffffff;
}
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;
}
}