File: style.css

package info (click to toggle)
flox 0.10.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,668 kB
  • sloc: python: 8,555; makefile: 172
file content (14 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.xr-wrap {
  font-size: 0.85em;
  margin-left: 1.25em;
  padding-left: 1.25em;
  border-left: thin var(--color-foreground-muted) solid;
}
.xr-array-wrap,
.xr-var-data,
.xr-var-preview {
  font-size: 0.9em;
}
.gp {
  color: darkorange;
}