Skip to content

Commit

Permalink
fix: badge for language-javascript (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Mar 8, 2021
1 parent dc2464b commit f8b4aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/styles/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ div[class*='language-'].line-numbers-mode {
}

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

Expand Down

0 comments on commit f8b4aa5

Please sign in to comment.