index.css 474 B

123456789101112131415161718192021222324
  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. }