tangled
alpha
login
or
join now
lapo.it
/
asn1js
JavaScript generic ASN.1 parser (mirror)
1
fork
atom
overview
issues
pulls
pipelines
Compare changes
Choose any two refs to compare.
base:
trunk
rfc4210
github-90
github-87
github-82
github-7
github-64
github-57.dark
github-56
github-5
github-4
github-37
github-33
github-19
github-104
github-101
esm
2.1.1
2.1.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
compare:
trunk
rfc4210
github-90
github-87
github-82
github-7
github-64
github-57.dark
github-56
github-5
github-4
github-37
github-33
github-19
github-104
github-101
esm
2.1.1
2.1.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
go
+3
-1
1 changed file
expand all
collapse all
unified
split
index.css
+3
-1
index.css
···
1
1
html {
2
2
--main-bg-color: #C0C0C0;
3
3
--main-text-color: #000000;
4
4
+
--id-text-color: #7d5900;
4
5
--headline-text-color: #8be9fd;
5
6
--button-border-color: #767676;
6
7
--button-bg-color: #efefef;
···
35
36
html[data-theme="dark"] {
36
37
--main-bg-color: #0d1116;
37
38
--main-text-color: #f8f8f2;
39
39
+
--id-text-color: #9d7c2d;
38
40
--headline-text-color: #8be9fd;
39
41
--button-border-color: #505050;
40
42
--button-bg-color: #303030;
···
186
188
color: var(--preview-border-color);
187
189
}
188
190
.name.id {
189
189
-
color: var(--main-text-color);
191
191
+
color: var(--id-text-color);
190
192
}
191
193
.value {
192
194
display: none;