From 0a2d50672ba09be145acfd8f9390f553ac363929 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sat, 12 Jan 2019 23:35:10 +0100 Subject: [PATCH] fix sublist formatting --- theme.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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. //