- /*-----------------------------------------------------------------------------
- | Copyright (c) Jupyter Development Team.
- | Distributed under the terms of the Modified BSD License.
- |----------------------------------------------------------------------------*/
- .jp-FileEditor {
- }
- /*-----------------------------------------------------------------------------
- | Presentation Mode (.jp-mod-presentationMode)
- |----------------------------------------------------------------------------*/
- .jp-mod-presentationMode .jp-FileEditor {
- --jp-code-font-size: var(--jp-code-presentation-font-size);
- }
|