Skip to content

Commit

Permalink
Improve syntax highlight style
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed Mar 20, 2015
1 parent 55cee24 commit 30cfd04
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/daplog/blocks/_article-body.scss
Expand Up @@ -221,11 +221,15 @@
padding: 13px;
white-space: pre;
word-wrap: normal;

code {
font-family: $font-family-mono;
}
}
}

%ArticleBody-code {
code,
p > code,
kbd {
@include u-fontSmoothing(false);
background-color: #f2f2f2;
Expand Down

0 comments on commit 30cfd04

Please sign in to comment.