File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ h1.page + aside.toc.embedded {
565565 white-space : pre-wrap;
566566}
567567
568- .doc pre .highlight code ,
568+ .doc pre .highlight code . hljs ,
569569.doc .listingblock pre : not (.highlight ),
570570.doc .literalblock pre {
571571 background : var (--pre-background );
@@ -575,7 +575,7 @@ h1.page + aside.toc.embedded {
575575 padding : 0.75rem ;
576576}
577577
578- .doc pre code [data-lang ]::before {
578+ .doc pre > code [data-lang ]::before {
579579 color : var (--pre-annotation-font-color );
580580}
581581
Original file line number Diff line number Diff line change 232232 margin : 0 ;
233233}
234234
235- .doc pre .highlight code ,
235+ .doc pre .highlight code . hljs ,
236236.doc .listingblock pre : not (.highlight ),
237237.doc .literalblock pre {
238238 background : var (--asciidoctor-pre-background );
You can’t perform that action at this time.
0 commit comments