mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-26 00:35:02 +03:00
Fix themes
This commit is contained in:
parent
01ac5dedbb
commit
69474bc693
@ -5,8 +5,11 @@ import Counter from './Counter'
|
||||
import future from '@mdx-deck/themes/future'
|
||||
import aspect from '@mdx-deck/themes/aspect'
|
||||
|
||||
import { hack } from '@mdx-deck/themes'
|
||||
|
||||
export const themes = [
|
||||
future,
|
||||
hack,
|
||||
// future,
|
||||
aspect,
|
||||
]
|
||||
|
||||
|
@ -19,7 +19,9 @@ export default {
|
||||
'@media screen and (min-width:64em)': {
|
||||
fontSize: '3em',
|
||||
},
|
||||
'& .Slide > div': {
|
||||
},
|
||||
Slide: {
|
||||
'& > div': {
|
||||
minWidth: '80vw',
|
||||
minHeight: '60vh',
|
||||
},
|
||||
|
@ -22,7 +22,9 @@ export default {
|
||||
'@media screen and (min-width:64em)': {
|
||||
fontSize: '3em',
|
||||
},
|
||||
'& .Slide > div': {
|
||||
},
|
||||
Slide: {
|
||||
'& > div': {
|
||||
minWidth: '80vw',
|
||||
minHeight: '60vh',
|
||||
},
|
||||
|
@ -27,6 +27,7 @@ export { default as big } from './big'
|
||||
|
||||
// fixed aspect ratio
|
||||
export { default as aspect } from './aspect'
|
||||
export { default as aspect43 } from './aspect-4-3'
|
||||
|
||||
// super
|
||||
// https://fonts.google.com/specimen/Creepster
|
||||
|
Loading…
Reference in New Issue
Block a user