index.css 376 B

12345678910
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-EditorWidget {
  6. border-top: var(--jp-border-width) solid var(--jp-border-color1);
  7. margin-top: -1px;
  8. }