mirror of
https://github.com/jxnblk/mdx-deck.git
synced 2024-11-29 13:58:02 +03:00
16 lines
302 B
JavaScript
16 lines
302 B
JavaScript
import base from './base'
|
|
|
|
const text = '#220011'
|
|
|
|
export default {
|
|
...base,
|
|
font: 'Lobster, cursive',
|
|
monospace: '"Roboto Mono", monospace',
|
|
googleFont: 'https://fonts.googleapis.com/css?family=Lobster|Roboto+Mono',
|
|
colors: {
|
|
text: text,
|
|
background: 'tomato',
|
|
link: text,
|
|
},
|
|
}
|