This commit is contained in:
KevinWh0 2024-03-13 23:52:21 +01:00
parent 4c69cbcd2b
commit b918f38ec2
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ watch(() => props.lang, (to) => {
counter-increment: step 0;
}
.codeBlockRoot :global(.shiki) > code > .line::before {
.codeBlockRoot :global(.shiki) > code > span::before {
content: counter(step);
counter-increment: step;
width: 1rem;