File: custom.css

package info (click to toggle)
sphinx-data-viewer 0.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: javascript: 210; python: 206; makefile: 17
file content (12 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
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;
}