File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 33 */
44
55body .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*/
1212body .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*/
1919body .rise-enabled div .inner_cell > div .input_area {
20- font-size : 140 % ;
20+ font-size : 100 % ;
2121}
2222
2323/* ---------- code cells - output
2424*/
2525body .rise-enabled div .output_subarea .output_text .output_result {
26- font-size : 140 % ;
26+ font-size : 100 % ;
2727}
2828
2929body .rise-enabled div .output_subarea .output_text .output_stream .output_stdout {
30- font-size : 140 % ;
30+ font-size : 100 % ;
3131}
3232body .rise-enabled div .output_subarea .output_text .output_error {
33- font-size : 110 % ;
33+ font-size : 100 % ;
3434}
3535
3636/* -------- displaying dataframes
3737*/
3838body .rise-enabled table .dataframe {
39- font-size : 110 % ;
39+ font-size : 90 % ;
4040}
4141body .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
5454body .rise-enabled div .container {
55- font-size : 180 % ;
55+ font-size : 140 % ;
5656}
5757
5858/* --------- title slide
You can’t perform that action at this time.
0 commit comments