mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 08:43:09 +02:00
fixed
This commit is contained in:
parent
4c69cbcd2b
commit
b918f38ec2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue