Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 80896eb

Browse files
committed
Update rise.css
1 parent 88b1535 commit 80896eb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

rise.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,40 @@
33
*/
44

55
body.rise-enabled div.inner_cell>div.text_cell_render.rendered_html {
6-
font-size: 80%;
6+
font-size: 70%;
77
}
88

99

1010
/* ---- tables inside markdown cells
1111
*/
1212
body.rise-enabled div.inner_cell>div.text_cell_render.rendered_html>table {
13-
font-size: 100%
13+
font-size: 90%
1414
}
1515

1616

1717
/* ---------- code cells - input
1818
*/
1919
body.rise-enabled div.inner_cell>div.input_area {
20-
font-size: 140%;
20+
font-size: 100%;
2121
}
2222

2323
/* ---------- code cells - output
2424
*/
2525
body.rise-enabled div.output_subarea.output_text.output_result {
26-
font-size: 140%;
26+
font-size: 100%;
2727
}
2828

2929
body.rise-enabled div.output_subarea.output_text.output_stream.output_stdout {
30-
font-size: 140%;
30+
font-size: 100%;
3131
}
3232
body.rise-enabled div.output_subarea.output_text.output_error {
33-
font-size: 110%;
33+
font-size: 100%;
3434
}
3535

3636
/* -------- displaying dataframes
3737
*/
3838
body.rise-enabled table.dataframe {
39-
font-size: 110%;
39+
font-size: 90%;
4040
}
4141
body.rise-enabled table.dataframe > thead > tr > th {
4242
text-align: left;
@@ -52,7 +52,7 @@ body.rise-enabled table.dataframe > tbody > tr > td {
5252
*/
5353

5454
body.rise-enabled div.container {
55-
font-size: 180%;
55+
font-size: 140%;
5656
}
5757

5858
/* --------- title slide

0 commit comments

Comments
 (0)