File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments