Skip to content

Commit

Permalink
fix: code block in iOS 代码不全问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MOxFIVE committed Oct 16, 2015
1 parent 1f7a58a commit db9bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/css/_partial/highlight.styl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ $code-block
overflow: auto
color: #4C4C4C
line-height: font-size * line-height
border-radius: 4px

$line-numbers
color: #666
Expand All @@ -39,6 +38,7 @@ $line-numbers
color: code-word
.highlight
@extend $code-block
border-radius: 4px
pre
border: none
margin: 0
Expand Down

0 comments on commit db9bed9

Please sign in to comment.