Skip to content

Commit

Permalink
fix: css selector typo (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming committed Apr 19, 2024
1 parent 84f3dfe commit b986cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marker.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

[class~='language-js']:before,
[class~='language-typescript']:before {
[class~='language-javascript']:before {
content: 'js';
}

Expand Down

0 comments on commit b986cee

Please sign in to comment.