jupyterlab-emrys
Version:
A computational environment for Jupyter. Powered by Emrys
15 lines (12 loc) • 425 B
CSS
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-TerminalWidget {
background: red;
padding: 0;
margin: 0;
}
.jp-TerminalWidget-body {
font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
}