index.css 596 B

123456789101112131415
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-FileEditor {
  6. }
  7. /*-----------------------------------------------------------------------------
  8. | Presentation Mode (.jp-mod-presentationMode)
  9. |----------------------------------------------------------------------------*/
  10. .jp-mod-presentationMode .jp-FileEditor {
  11. --jp-code-font-size: var(--jp-code-presentation-font-size);
  12. }