trypost/resources/css/json-viewer.css
Paulo Castellano ff8fd9de40 Tidy automation frontend: extract CSS, use the Label component
- Move the automation-node and json-viewer styles out of app.css into their
  own imported stylesheets.
- Replace raw <label> elements across the node config panels and the test
  panel with the shared ui/label component.
2026-06-13 16:30:39 -03:00

13 lines
507 B
CSS

.json-viewer__body {
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
margin: 0;
background: #ffffff;
color: #24292f;
}
.json-viewer .hljs-attr { color: #0550ae; }
.json-viewer .hljs-string { color: #0a3069; }
.json-viewer .hljs-number { color: #0550ae; }
.json-viewer .hljs-literal { color: #cf222e; }
.json-viewer .hljs-punctuation { color: #57606a; }
.json-viewer .hljs-comment { color: #6e7781; font-style: italic; }