-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
43 lines (43 loc) · 693 Bytes
/
Copy pathcustom.css
File metadata and controls
43 lines (43 loc) · 693 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
.inner_cell pre {
font-size: 13px;
}
.text_cell_render code {
font-size: 13px;
}
.output_text pre {
font-size: 13px;
}
div.prompt {
font-size: 13px;
}
div.text_cell_render {
font-size: 16px;
padding-left: 0em;
}
.rendered_html h1 {
font-size: 34px;
font-weight: normal;
}
.rendered_html h2 {
font-size: 30px;
font-weight: normal;
}
.rendered_html h3 {
font-size: 24px;
font-weight: normal;
}
.rendered_html h4 {
font-size: 18px;
font-weight: normal;
}
.rendered_html h5 {
font-size: 16px;
font-weight: normal;
}
.rendered_html h6 {
font-size: 12px;
font-weight: normal;
}
.code_cell .run_this_cell {
display: none;
}