-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathGreasyForkDark.user.css
More file actions
42 lines (39 loc) · 1.06 KB
/
GreasyForkDark.user.css
File metadata and controls
42 lines (39 loc) · 1.06 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
/* ==UserStyle==
@name greasyfork.org - Dark Mode
@version 2.2
@namespace nick2bad4u.github.io
@description Dark Mode for Greasyfork.org
@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/GreasyForkDark.user.css
@updateURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/GreasyForkDark.user.css
==/UserStyle== */
@-moz-document domain("greasyfork.org") {
/* Invert colors except images and videos */
:is(
html:not([stylus-iframe]),
img,
svg,
video,
h3,
#script-info header h2
),
header,
#script-description {
filter: invert(1) hue-rotate(180deg) !important;
}
/* Ensure background images are not inverted */
:is(html:not([stylus-iframe]), img, svg, video) {
background-color: inherit !important;
}
#site-name > a {
filter: invert(1) hue-rotate(180deg) !important;
}
#greasyfork-plus-options > ul,
h3,
h2 {
color: #670000;
}
}