mirror of
https://github.com/tomru/lt-35c3.git
synced 2026-03-03 06:27:24 +01:00
fix sublist formatting
This commit is contained in:
14
theme.js
14
theme.js
@@ -1,7 +1,17 @@
|
|||||||
import { default as theme } from 'mdx-deck/themes'
|
import { dark as theme } from 'mdx-deck/themes'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
...theme,
|
...theme,
|
||||||
|
css: {
|
||||||
|
...theme.css,
|
||||||
|
'li > ul, li > ol': {
|
||||||
|
fontSize: 'inherit',
|
||||||
|
},
|
||||||
|
'li > p': {
|
||||||
|
fontSize: 'inherit',
|
||||||
|
margin: 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
// Customize your presentation theme here.
|
// Customize your presentation theme here.
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user