1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-29 13:58:02 +03:00
mdx-deck/packages/themes/comic.js
2019-04-14 13:45:10 -04:00

17 lines
317 B
JavaScript

import base from './base'
const white = '#fffceb'
const black = '#351e38'
const blue = '#2d5dd7'
export default {
...base,
font: '"Gloria Hallelujah", cursive',
googleFont: 'https://fonts.googleapis.com/css?family=Gloria+Hallelujah',
colors: {
text: black,
background: white,
link: blue,
},
}