Files
lt-35c3/theme.js
2019-01-15 00:18:37 +01:00

26 lines
579 B
JavaScript

import { dark as theme } from 'mdx-deck/themes'
export default {
...theme,
fontSizes: [
'0.75em', '1em', '1.3em', '1.7em', '2.5em'
],
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
}