1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-17 18:07:43 +03:00

Adjust experimental theme

This commit is contained in:
Brent Jackson 2019-04-13 12:25:10 -04:00
parent ac2bedf62c
commit f7a8b89663
2 changed files with 0 additions and 27 deletions

View File

@ -33,7 +33,6 @@ export const Root = styled.div(
fontFamily: props.theme.font,
color: props.theme.colors.text,
backgroundColor: props.theme.colors.background,
// testing
width: '100vw',
height: '100vh',
display: 'flex',

View File

@ -1,29 +1,3 @@
export default {
font: 'system-ui, sans-serif',
monospace: 'Menlo, monospace',
colors: {
text: '#000',
background: 'white',
link: '#07c',
pre: '#f0f',
preBackground: '#333',
code: '#f0f',
},
aspectRatio: 9 / 16,
css: {
// fontSize: '16px',
textAlign: 'center',
'li > p': {
margin: 0,
},
},
pre: {
textAlign: 'left',
},
ol: {
textAlign: 'left',
},
ul: {
textAlign: 'left',
},
}