Select only a subset of hljs languages (#70)

This commit is contained in:
Mikhail Oleynikov
2021-01-05 18:22:26 +03:00
committed by GitHub
parent 937b00cfcc
commit 0d6f2f93bf
3 changed files with 52 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
padding: 0.5rem !important;
background: #F0F0F0
}
@@ -92,4 +92,4 @@ pre {
word-break: normal;
font-family: monospace;
}
}
}