Increase code line height and decrease empty diff font size

This commit is contained in:
Annabel Dunstone Gray 2016-12-21 08:25:59 -06:00
parent 24dd95756e
commit 5a4b3e8e30
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
padding: 20px; padding: 20px;
color: $gl-gray; color: $gl-gray;
font-weight: normal; font-weight: normal;
font-size: 16px; font-size: 14px;
line-height: 36px; line-height: 36px;
&.diff-collapsed { &.diff-collapsed {

View file

@ -134,7 +134,7 @@ $md-area-border: #ddd;
* Code * Code
*/ */
$code_font_size: 12px; $code_font_size: 12px;
$code_line_height: 1.5; $code_line_height: 1.6;
/* /*
* Padding * Padding