import { dark as theme } from 'mdx-deck/themes' export default { ...theme, css: { ...theme.css, 'li > ul, li > ol': { fontSize: 'inherit', }, 'li > p': { fontSize: 'inherit', margin: 0, }, }, // Customize your presentation theme here. // // Read the docs for more info: // https://github.com/jxnblk/mdx-deck/blob/master/docs/theming.md // https://github.com/jxnblk/mdx-deck/blob/master/docs/themes.md }