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
html {
2
--main-bg-color: #C0C0C0;
3
--main-text-color: #000000;
0
4
--headline-text-color: #8be9fd;
5
--button-border-color: #767676;
6
--button-bg-color: #efefef;
···
35
html[data-theme="dark"] {
36
--main-bg-color: #0d1116;
37
--main-text-color: #f8f8f2;
0
38
--headline-text-color: #8be9fd;
39
--button-border-color: #505050;
40
--button-bg-color: #303030;
···
186
color: var(--preview-border-color);
187
}
188
.name.id {
189
-
color: var(--main-text-color);
190
}
191
.value {
192
display: none;
···
1
html {
2
--main-bg-color: #C0C0C0;
3
--main-text-color: #000000;
4
+
--id-text-color: #7d5900;
5
--headline-text-color: #8be9fd;
6
--button-border-color: #767676;
7
--button-bg-color: #efefef;
···
36
html[data-theme="dark"] {
37
--main-bg-color: #0d1116;
38
--main-text-color: #f8f8f2;
39
+
--id-text-color: #9d7c2d;
40
--headline-text-color: #8be9fd;
41
--button-border-color: #505050;
42
--button-bg-color: #303030;
···
188
color: var(--preview-border-color);
189
}
190
.name.id {
191
+
color: var(--id-text-color);
192
}
193
.value {
194
display: none;