:root { --ident: #75bfff; --string: #ff7de9; --literal: #86de74; --indent-spacing: 16px; } .json-ident { color: var(--ident); } .json-string { color: var(--string); } .json-literal { color: var(--literal); } .json { max-height: 200px; display: block; overflow: auto; }