Skip to content

Commit 36a2191

Browse files
committed
Update tailwind config
1 parent 471ebc5 commit 36a2191

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

tailwind.config.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,19 @@ module.exports = {
103103
},
104104
code: {
105105
fontWeight: '400',
106-
color: theme('colors.blue.700'),
106+
color: theme('colors.gary.900'),
107+
// backgroundColor: theme('colors.gray.800'),
108+
padding: '2px 4px 2px 4px',
109+
borderRadius: 6,
110+
borderStyle: 'solid',
111+
borderWidth: '2px',
112+
borderColor: theme('colors.gray.400'),
107113
},
108114
'code::before': {
109-
// content: 'none',
115+
content: 'none',
110116
},
111117
'code::after': {
112-
// content: 'none',
118+
content: 'none',
113119
},
114120
pre: {
115121
backgroundColor: null,
@@ -144,7 +150,7 @@ module.exports = {
144150
}),
145151
fontFamily: {
146152
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
147-
mono: ['Menlo', ...defaultTheme.fontFamily.mono],
153+
mono: ['JetBrains Mono', ...defaultTheme.fontFamily.mono],
148154
source: ['Source Sans Pro', ...defaultTheme.fontFamily.sans],
149155
'ubuntu-mono': ['Ubuntu Mono', ...defaultTheme.fontFamily.mono],
150156
system: defaultTheme.fontFamily.sans,

0 commit comments

Comments
 (0)