JavaScript generic ASN.1 parser (mirror)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use more contrast colors for recognized names of fields

authored by

Mingun and committed by lapo.it 993189c6 7822dee1

+3 -1
+3 -1
index.css
··· 1 1 html { 2 2 --main-bg-color: #C0C0C0; 3 3 --main-text-color: #000000; 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 + --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 - color: var(--main-text-color); 191 + color: var(--id-text-color); 190 192 } 191 193 .value { 192 194 display: none;