editor.css 452 B

123456789101112131415
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-DebuggerEditor-highlight {
  6. background-color: var(--jp-warn-color0);
  7. }
  8. .jp-DebuggerEditor-marker {
  9. position: absolute;
  10. left: -34px;
  11. top: -1px;
  12. color: var(--jp-error-color1);
  13. }