diff --git a/theme.js b/theme.js index 1e07dbe..9c5dfaf 100644 --- a/theme.js +++ b/theme.js @@ -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. //