fix sublist formatting

This commit is contained in:
Thomas Ruoff
2019-01-12 23:35:10 +01:00
parent cb65f7d550
commit 0a2d50672b

View File

@@ -1,7 +1,17 @@
import { default as theme } from 'mdx-deck/themes'
import { dark as theme } from 'mdx-deck/themes'
export default {
...theme,
...theme,
css: {
...theme.css,
'li > ul, li > ol': {
fontSize: 'inherit',
},
'li > p': {
fontSize: 'inherit',
margin: 0,
},
},
// Customize your presentation theme here.
//