File: style.css

package info (click to toggle)
dask 2022.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,456 kB
  • sloc: python: 93,706; javascript: 1,893; makefile: 152; sh: 101
file content (25 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.configTextArea {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
    margin-bottom: 24px;
}

.classifier::before {
    content: ": ";
}

/* options for jupyter-sphinx extension */
div.jupyter_container {
    box-shadow: None;
    font-family: var(--pst-font-family-monospace);
    border-radius: 0.4em;
}

.jupyter_container div.code_cell {
    padding: 10px;
    max-width: None !important;
}

.jupyter_container .output {
    font-size: 16px;
    padding: 10px
}