-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
main.static.css
67 lines (67 loc) · 1.94 KB
/
main.static.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
html,
body,
:not([style*="background-color:"]) {
background-color: rgb(26, 23, 36) !important;
}
html,
body,
:not([style*="color:"]),
.sr-reader *:not([class*='sr-pivot']) {
color: rgb(224, 222, 245) !important;
}
h1:not([style*="color:"]),
h2:not([style*="color:"]),
h3:not([style*="color:"]),
h4:not([style*="color:"]),
h5:not([style*="color:"]),
h6:not([style*="color:"]) {
color: rgb(235, 189, 186) !important;
}
cite:not([style*="color:"]) {
color: rgb(156, 207, 217) !important;
}
input:not([style*="background-color:"]),
textarea:not([style*="background-color:"]),
button:not([style*="background-color:"]),
[role="button"] {
background-color: rgb(31, 28, 46) !important;
}
input:not([style*="background-color:"]):hover,
textarea:not([style*="background-color:"]):hover,
button:not([style*="background-color:"]):hover,
[role="button"]:hover {
background-color: rgb(38, 36, 59) !important;
}
input:not([style*="background-color:"]):active, input:not([style*="background-color:"]):focus,
textarea:not([style*="background-color:"]):active, textarea:not([style*="background-color:"]):focus,
button:not([style*="background-color:"]):active, button:not([style*="background-color:"]):focus,
[role="button"]:active, [role="button"]:focus {
background-color: rgb(38, 36, 59) !important;
}
a:not([style*="color:"]) {
color: rgb(48, 115, 143) !important;
}
a:not([style*="color:"]):hover {
color: rgb(156, 207, 217) !important;
}
a:not([style*="color:"]):active, a:not([style*="color:"]):focus {
color: rgb(156, 207, 217) !important;
}
:not([style*="border-color:"]),
::before,
::after {
border-color: rgb(38, 36, 59) !important;
}
div:empty,
.sr-reader *,
.sr-backdrop {
background-color: rgba(26, 23, 36, 0.5) !important;
}
input::placeholder,
textarea::placeholder {
color: rgba(196, 166, 232, 0.5) !important;
}
input:not([style*="background-image:"]),
textarea:not([style*="background-image:"]) {
background-image: none !important;
}