forked from fastai/course22
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rise.css
37 lines (31 loc) · 749 Bytes
/
rise.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
28
29
30
31
32
33
34
35
36
37
body.rise-enabled div.inner_cell>div.input_area {
font-size: 125%;
}
body.rise-enabled div.output_subarea.output_text.output_result {
font-size: 125%;
}
body.rise-enabled div.output_subarea.output_text.output_stream.output_stdout {
font-size: 125%;
}
body.rise-enabled div.output_subarea.output_html.rendered_html.output_result {
font-size: 125%;
}
body.rise-enabled td {
font-size: 125%;
}
body.rise-enabled th {
font-size: 125%;
}
body.rise-enabled .prompt {
width: 0px; min-width: 0px; visibility: collapse
}
body.rise-enabled h1,
body.rise-enabled h2,
body.rise-enabled h3,
body.rise-enabled h4,
body.rise-enabled h5,
body.rise-enabled h6
{
font-family: "Cambria", serif !important;
font-weight: normal !important;
}