base.css 538 B

123456789101112131415161718192021
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-Terminal {
  6. min-width: 240px;
  7. min-height: 120px;
  8. }
  9. .jp-Terminal-body {
  10. padding: 8px;
  11. }
  12. [data-jp-theme-light='true'] .xterm .xterm-screen canvas {
  13. border: 1px solid white;
  14. }
  15. [data-jp-theme-light='false'] .xterm .xterm-screen canvas {
  16. border: 1px solid black;
  17. }