Skip to content

Commit 6aeca20

Browse files
author
Abdul Haseeb
committed
Removed explicit font-family for pre element
1 parent 833ca9f commit 6aeca20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/styles.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ module.exports = {
9696
},
9797
pre: {
9898
color: defaultTheme.colors.gray[300],
99-
fontFamily: defaultTheme.fontFamily.mono.join(', '),
10099
backgroundColor: defaultTheme.colors.gray[800],
101100
overflowX: 'auto',
102101
},

0 commit comments

Comments
 (0)