File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,12 @@ export default defineConfig({
39
39
'@resvg/resvg-js' ,
40
40
] ,
41
41
} ,
42
- }
42
+ } ,
43
+ markdown : {
44
+ shikiConfig : {
45
+ wrap : true ,
46
+ } ,
47
+ } ,
43
48
} )
44
49
45
50
// vite plugin to import fonts
Original file line number Diff line number Diff line change @@ -21,14 +21,10 @@ module.exports = {
21
21
'--tw-prose-headings' : theme ( 'textColor.style.primary' ) ,
22
22
'--tw-prose-bold' : theme ( 'textColor.style.primary' ) ,
23
23
'--tw-prose-quotes' : theme ( 'textColor.style.primary' ) ,
24
- '--tw-prose-code' : theme ( 'textColor.style.primary-inverted' ) ,
25
- '--tw-prose-pre-bg' : theme ( 'textColor.style.primary' ) ,
24
+ '--tw-prose-pre-bg' : '#0d1117' ,
26
25
code : {
27
26
backgroundColor : theme ( 'backgroundColor.style.primary' ) ,
28
- paddingTop : '2px' ,
29
- paddingBottom : '5px' ,
30
- paddingLeft : '5px' ,
31
- paddingRight : '5px' ,
27
+ padding : '5px' ,
32
28
borderRadius : '3px' ,
33
29
} ,
34
30
'code::before' : {
You can’t perform that action at this time.
0 commit comments