File: awkward_output.css

package info (click to toggle)
python-vector 1.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,984 kB
  • sloc: python: 40,200; makefile: 13
file content (9 lines) | stat: -rw-r--r-- 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
/* to render Awkward Array reprs correctly */
html[data-theme="dark"] div.output_area.rendered_html pre {
  background-color: #000000df;
  padding: 15px;
}

html[data-theme="light"] div.output_area.rendered_html pre {
  background: unset;
}