File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,12 @@ blockquote {
44
44
45
45
pre {
46
46
overflow : auto;
47
- /* background-color: rgba(72, 69, 138); */
48
47
padding : 1.5rem 1.2rem ;
49
48
border-radius : 0.25rem ;
50
49
min-height : 2rem ;
51
50
margin : 0.2rem auto;
51
+ /* shiki doesn't config colorReplacements */
52
+ background-color : rgba (72 , 69 , 138 ) !important ;
52
53
53
54
& code {
54
55
background-color : inherit;
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ export const markdown = async (file) =>
23
23
theme : "andromeeda" ,
24
24
defaultColor : false ,
25
25
addLanguageClass : true ,
26
-
27
26
} )
28
27
. use ( rehypeRaw )
29
28
. use ( rehypeSlug , { prefix : '' } )
@@ -39,3 +38,4 @@ export const markdown = async (file) =>
39
38
} )
40
39
. use ( rehypeStringify )
41
40
. process ( file )
41
+
You can’t perform that action at this time.
0 commit comments