Changes based on feedback

This commit is contained in:
David Fischer 2018-04-17 11:04:35 -07:00
parent a233c9fb7d
commit 1f54624f09
No known key found for this signature in database
GPG Key ID: F0C9B0ADA737AB60
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ Fixes
Other Changes
--------------
* Modified native font stack (#612)
v0.3.0
======

View File

@ -76,7 +76,6 @@
white-space: pre
margin: 0
padding: $base-line-height / 2 $base-line-height / 2
font-family: $code-font-family
display: block
overflow: auto
& .hll
@ -85,6 +84,7 @@
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
line-height: normal