Skip to content

Commit

Permalink
🐛 fix line number height #12
Browse files Browse the repository at this point in the history
Simply don't set a specific font size anyomre. Probably a change in
highlkightjs that we were not aware of.
  • Loading branch information
HoverBaum committed Feb 8, 2019
1 parent 6ff48eb commit bc723c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/css/highlight.styl
Expand Up @@ -28,7 +28,6 @@ $code-block

$line-numbers
color: #666
font-size: 0.85em

code
background-color: code-background
Expand All @@ -38,10 +37,6 @@ code
.highlight .line.marked
background-color: darken(code-background, 10%)

//HACK this is so super hacky but it gets the numbers to align.
.highlight .line
min-height: 22px

article
pre, code
font-family: fontsMono
Expand Down

0 comments on commit bc723c7

Please sign in to comment.