mirror of
https://github.com/tomru/lt-35c3.git
synced 2026-03-03 14:37:28 +01:00
13 lines
304 B
JavaScript
13 lines
304 B
JavaScript
import { default as theme } from 'mdx-deck/themes'
|
|
|
|
export default {
|
|
...theme,
|
|
|
|
// 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
|
|
|
|
}
|