-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
100 lines (80 loc) · 1.46 KB
/
index.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
footer {
border-top: solid;
}
button {
outline: none;
}
.curent {
filter: invert(1);
}
#externalJS2 p {
background-color: rgb(31 31 31);
padding: 10px;
cursor: pointer;
}
#externalJS2 p:hover {
filter: invert(1);
}
button:hover {
cursor: pointer;
}
a {
color: rgb(140, 140, 250);
}
::-webkit-scrollbar-track-piece {
background-color: rgba(255, 255, 255, 0.2) !important;
}
::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, 0.3) !important;
}
::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.5) !important;
}
embed[type="application/pdf"] {
filter: invert(90%);
}
html {
color: rgb(191, 191, 191);
background: rgb(31, 31, 31);
}
body {
background-color: rgb(31, 31, 31);
background-image: none !important;
}
input,
select,
textarea,
button {
color: rgb(191, 191, 191);
background-color: rgb(31, 31, 31);
}
font {
color: rgb(191, 191, 191);
}
html {
filter: contrast(100%) brightness(100%) saturate(100%);
}
.NIGHTEYE_Filter {
width: 100%;
height: 100%;
position: fixed;
left: 0px;
top: 0px;
pointer-events: none;
z-index: 2147483647;
}
.NIGHTEYE_YellowFilter {
background: rgba(255, 255, 0, 0.15);
opacity: 0;
}
.NIGHTEYE_BlueFilter {
background: rgba(0, 0, 255, 0.15);
opacity: 0;
}
.NIGHTEYE_DimFilter {
background: rgba(0, 0, 0, 0.5);
opacity: 0;
}
.NIGHTEYE_TransformZ {
transform: translateZ(0px);
}