div.json div.item:hover { background-color:transparent; color:unset; } div.json div.item div.item { padding-left:15px; border:transparent solid 1px; border-left:lightblue dashed 1px; margin-left:5px; } div.json div.item div.item:hover { border:var(--box-border); } div.json div.item label.nonce { color:#9cbeca4f; } div.json div.item span.string { color:orange; } div.json label { user-select:none; } body:not(.windows) div.json { font-family:monospace; }