Files
lt-35c3/theme.js
2019-01-12 23:35:10 +01:00

23 lines
504 B
JavaScript

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
}