fix: badge for language-javascript (#245)

pull/261/head
Igor Randjelovic 4 years ago committed by GitHub
parent dc2464b2ce
commit f8b4aa5baa
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-js']:before,
[class~='language-typescript']:before { [class~='language-javascript']:before {
content: 'js'; content: 'js';
} }

Loading…
Cancel
Save