We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f1ac1e + 6aeca20 commit 4dbda11Copy full SHA for 4dbda11
src/styles.js
@@ -85,7 +85,6 @@ module.exports = {
85
color: defaultTheme.colors.gray[600],
86
},
87
code: {
88
- fontFamily: defaultTheme.fontFamily.mono.join(', '),
89
color: defaultTheme.colors.gray[900],
90
fontWeight: '600',
91
@@ -97,7 +96,6 @@ module.exports = {
97
96
98
pre: {
99
color: defaultTheme.colors.gray[300],
100
101
backgroundColor: defaultTheme.colors.gray[800],
102
overflowX: 'auto',
103
0 commit comments