Created
February 6, 2020 19:48
-
-
Save braidn/48bf394c160c8d9b5e2fe9ddc48d43ad to your computer and use it in GitHub Desktop.
Glossier Deck MDX Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default { | |
fonts: { | |
body: 'Apercu, sans-serif', | |
heading: 'Apercu, sans-serif', | |
monospace: '"Apercu Mono", monospace' | |
}, | |
colors: { | |
background: '#f5e3e7', | |
}, | |
styles: { | |
blockquote: { | |
maxWidth: '2000px', | |
margin: '20px', | |
padding: '10px', | |
textAlign: 'center', | |
color: '#757575', | |
borderLeft: '10px solid #C91D0D', | |
borderTopLeftRadius: '20px', | |
borderBottomLeftRadius: '20px', | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment