File: custom.css

package info (click to toggle)
sphinx-data-viewer 0.1.5-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 300 kB
  • sloc: javascript: 210; python: 207; makefile: 18
file content (12 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
/* Data viewer */
.json-container .json-key {
    color: var(--color-foreground-primary);
}

.json-container .json-size {
    color: var(--color-foreground-muted);
}

table.need {
    background-color: transparent;
}