forked from GrosBourrin/FIREFOX-BLUE-MOON
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ImagusTweaks.css
70 lines (57 loc) · 1.5 KB
/
ImagusTweaks.css
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/* imagus */
@-moz-document url("moz-extension://fa0c04ad-ce95-4ccf-a163-badf1fc7f6f9/options.html") {
html {
background-color: #161a27 !important;
}
body,
aside,
#importer {
background: #161a27 !important;
background-color:#161a27 !important;
color: white !important;
}
textarea {
background: #000000 !important;
background-color: #000000 !important;
color: #ffffff !important;
}
#sieve_container>.disabled>span {
text-shadow: 0 0 5px #000000 !important;
color: #FF5050 !important;
}
#sieve_container>.selected>span {
background-image: linear-gradient(to bottom, #1e90ff, #1e90ff80 90%) !important;
}
#sieve_container>div:not(.opened)>span:hover {
background-image: linear-gradient(to bottom, #1e90ff80, #1e90ff 90%) !important;
}
#sieve_container>div.opened {
background-image: linear-gradient(to bottom, #1e90ff80, #1e90ff 90%) !important;
}
#sieve_container>.opened>span {
background-image: linear-gradient(to bottom, #1e90ff80, #1e90ff 90%) !important;
}
*|*:any-link:not(svg) {
color: #1e90ff !important
}
*|*:any-link:not(svg):visited {
color: #1e90ff90 !important
}
* {
font-family: Fira Sans !important;
}
input,
textarea,
select,
code,
.checkbox {
background-image: -webkit-linear-gradient(top, #000000, #000000) !important;
background-image: linear-gradient(to bottom, #000000, #000000) !important;
background-color: black !important;
color: white !important;
fill: white !important;
}
#hz_css {
font-family: Fira Code !important;
}
}