index.css 470 B

1234567891011121314151617181920
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. @import url('~xterm/src/xterm.css');
  6. .jp-Terminal {
  7. min-width: 240px;
  8. min-height: 120px;
  9. background: black;
  10. }
  11. .jp-Terminal.jp-mod-light {
  12. background: white;
  13. }
  14. .jp-Terminal-body {
  15. padding: 8px;
  16. }