hide Highlight.js line numbers

This commit is contained in:
mrBrutus
2020-02-16 13:07:00 +01:00
parent ba41c7c071
commit d0a10da55f
+8 -1
View File
@@ -1 +1,8 @@
<!-- override this partial to add content before the body tag closes --> <!-- override this partial to add content before the body tag closes -->
<!-- hide Highlight.js line numbers -->
<style>
.hljs-ln-numbers {
display: none;
}
</style>