Restore highlighted code lines span full width

This commit is contained in:
Aaron Carlisle 2021-07-17 11:26:51 -04:00
parent 8d93cdea10
commit 047169a972
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -85,6 +85,11 @@
padding: ($base-line-height / 2) ($base-line-height / 2)
display: block
overflow: auto
& .hll
// Line emphasis spans full width
display: block
margin: 0 (-1 * $base-line-height / 2)
padding: 0 ($base-line-height / 2)
pre.literal-block, div[class^='highlight'] pre, .linenodiv pre
font-family: $code-font-family
font-size: 12px