fix(code): code highlighting not styled for typeit shortcode (#681)

This commit is contained in:
Cell
2026-01-05 14:58:52 +08:00
committed by GitHub
parent 43ecb1bdd0
commit fb300f2b16
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ pre {
@include border-radius($global-border-radius);
// lineNumbersInTable=true
> .chroma {
> div.chroma {
position: relative;
background-color: var(#{$rootPrefix}code-block-background-color);
@include border-radius($global-border-radius);