-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathoutput.css
More file actions
43 lines (32 loc) · 905 Bytes
/
output.css
File metadata and controls
43 lines (32 loc) · 905 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
body.notebook_app div.output_area pre {
color: #24292e;
font-family: "Roboto Mono", monospace;
}
body.notebook_app div.inner_cell .rendered_html h1 {
font-size: 32px;
}
body.notebook_app div.inner_cell .rendered_html h2 {
padding-bottom: 0.3em;
font-size: 1.5em;
border-bottom: 1px solid #eaecef;
}
body.notebook_app div.inner_cell .rendered_html h3 {
}
body.notebook_app div.inner_cell .rendered_html h4 {
}
body.notebook_app div.inner_cell .rendered_html h5 {
}
body.notebook_app div.inner_cell .rendered_html h6 {
}
body.notebook_app div.inner_cell .rendered_html p {
}
body.notebook_app div.inner_cell .rendered_html code {
}
body.notebook_app div.inner_cell .rendered_html .MathJax_Preview {
}
body.notebook_app div.inner_cell .rendered_html ul {
}
body.notebook_app div.inner_cell .rendered_html li {
}
body.notebook_app div.inner_cell .rendered_html pre code {
}