/* pretty-print-json ~ MIT License */

.json-key     { color: brown; }
.json-string  { color: olive; }
.json-number  { color: navy; }
.json-boolean { color: teal; }
.json-null    { color: dimgray; }
