Skip to content

Commit 4dbda11

Browse files
authored
Merge pull request #12 from ahaseeb04/master
Removed `code` & `pre` explicit font family
2 parents 9f1ac1e + 6aeca20 commit 4dbda11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/styles.js

-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ module.exports = {
8585
color: defaultTheme.colors.gray[600],
8686
},
8787
code: {
88-
fontFamily: defaultTheme.fontFamily.mono.join(', '),
8988
color: defaultTheme.colors.gray[900],
9089
fontWeight: '600',
9190
},
@@ -97,7 +96,6 @@ module.exports = {
9796
},
9897
pre: {
9998
color: defaultTheme.colors.gray[300],
100-
fontFamily: defaultTheme.fontFamily.mono.join(', '),
10199
backgroundColor: defaultTheme.colors.gray[800],
102100
overflowX: 'auto',
103101
},

0 commit comments

Comments
 (0)