Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Fix line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Feb 2, 2016
1 parent 35ff7b4 commit 69ec4f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ pre.highlight {

.highlight {
margin-bottom: 1.5em;
@include font(12);
@include font-rem(12);
line-height: 1.5;
color: #d0d0d0;
border: 1px solid darken($body-color, 5);
background-color: #272822;
Expand Down

0 comments on commit 69ec4f5

Please sign in to comment.