fix: code block badge for language-javascript

pull/245/head
Igor Randjelovic 5 years ago committed by GitHub
parent 74f5adafcd
commit 5e9918f98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,7 +156,7 @@ div[class*='language-'].line-numbers-mode {
}
[class~='language-js']:before,
[class~='language-typescript']:before {
[class~='language-javascript']:before {
content: 'js';
}

Loading…
Cancel
Save