Skip to content

Commit

Permalink
fix: code highlight background 代码框背景
Browse files Browse the repository at this point in the history
  • Loading branch information
MOxFIVE committed Oct 25, 2015
1 parent 8924947 commit d67a8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/css/_partial/highlight.styl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// https://github.com/chriskempson/tomorrow-theme
// https://github.com/iissnan/hexo-theme-next/blob/master/source/css/_common/_vendor/highlight/theme.styl
highlight-background = rgba(249, 249, 249, .4)
highlight-background = rgba(249, 249, 249, .5)
highlight-current-line = #efefef
highlight-selection = #d6d6d6
highlight-foreground = #4d4d4c
Expand Down Expand Up @@ -42,7 +42,6 @@ $line-numbers
pre
@extend $code-block
code
background: none
text-shadow: none
padding: 0
.highlight
Expand All @@ -53,6 +52,7 @@ $line-numbers
margin-bottom: 1em
overflow: auto
pre
background: none
border: none
margin: 0
padding: 0
Expand Down

0 comments on commit d67a8ba

Please sign in to comment.