mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-29 13:58:02 +03:00
17 lines
317 B
JavaScript
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,
|
|
},
|
|
}
|