diff --git a/IPython/nbconvert/templates/html/slides_reveal.tpl b/IPython/nbconvert/templates/html/slides_reveal.tpl index 8aa2989..245bed6 100644 --- a/IPython/nbconvert/templates/html/slides_reveal.tpl +++ b/IPython/nbconvert/templates/html/slides_reveal.tpl @@ -45,6 +45,9 @@ {{resources['metadata']['name']}} slides + + + @@ -107,6 +110,9 @@ html { div.input_area { padding: 0.06em; } +div.input_area>div.highlight>pre { + font-size: 80%; +} div.code_cell { background-color: transparent; }