Skip to content

Commit

Permalink
fix(style): add missing code block background for Rouge parser
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 11, 2015
1 parent 727c601 commit c38e1bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _app/assets/themes/curtana/_less/syntax.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
@return-bg: mix(#fff, darken(@v, 10%), 70%);
}

.highlight {
.highlight,
.highlighter-rouge {

pre { .code-bg(@link-color); background: fade(@return-bg, 10%); }
code { .code-text(@link-color, @text-color); color: mix(#888888, @return-color, @return-value); } // Normal code
Expand Down

0 comments on commit c38e1bf

Please sign in to comment.