Skip to content

Instantly share code, notes, and snippets.

@braidn
Created February 6, 2020 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braidn/48bf394c160c8d9b5e2fe9ddc48d43ad to your computer and use it in GitHub Desktop.
Save braidn/48bf394c160c8d9b5e2fe9ddc48d43ad to your computer and use it in GitHub Desktop.
Glossier Deck MDX Theme
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