chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:08:39 +08:00
commit a0df89c693
5252 changed files with 523444 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
/* json-tree override */
.json-tree {
font-size: 13px;
color: var(--blue-5);
}
.json-tree .key {
color: var(--text-json-tree-color);
padding-right: 4px;
}
.json-tree .chevronIcon {
color: var(--text-json-tree-color);
}
.json-tree .branch-preview {
color: var(--text-json-tree-branch-preview-color);
font-style: normal;
font-size: 11px;
opacity: 0.5;
}
.json-tree .leaf-value {
color: var(--text-json-tree-leaf-color);
}