1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-11 06:35:24 +03:00
mdx-deck/packages/themes/script.js
2020-01-22 17:57:46 -05:00

24 lines
426 B
JavaScript

const cream = '#fe9'
const black = '#320'
export default {
googleFont: 'https://fonts.googleapis.com/css?family=Yellowtail|Roboto+Mono',
fonts: {
body: '"Yellowtail", cursive',
monospace: '"Roboto Mono", Menlo, monospace',
},
colors: {
text: black,
background: cream,
primary: black,
},
styles: {
root: {
textAlign: 'center',
},
pre: {
textAlign: 'left',
},
},
}