Skip to content

Commit

Permalink
Removed explicit font-family for pre element
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Haseeb committed Jul 14, 2020
1 parent 833ca9f commit 6aeca20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ module.exports = {
},
pre: {
color: defaultTheme.colors.gray[300],
fontFamily: defaultTheme.fontFamily.mono.join(', '),
backgroundColor: defaultTheme.colors.gray[800],
overflowX: 'auto',
},
Expand Down

0 comments on commit 6aeca20

Please sign in to comment.