forked from jupyterlab/jupyterlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
27 lines (19 loc) · 856 Bytes
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-FileEditor {
}
.jp-FileEditor > .jp-Toolbar {
min-height: var(--jp-toolbar-micro-height);
background: var(--jp-toolbar-background);
border-bottom: 1px solid var(--jp-toolbar-border-color);
box-shadow: var(--jp-toolbar-box-shadow);
z-index: 10;
}
/*-----------------------------------------------------------------------------
| Presentation Mode (.jp-mod-presentationMode)
|----------------------------------------------------------------------------*/
.jp-mod-presentationMode .jp-FileEditor {
--jp-code-font-size: var(--jp-code-presentation-font-size);
}