代码缩进调整

This commit is contained in:
结发受长生
2018-05-10 09:47:30 +08:00
parent 7e0b74a322
commit 368ea5915b
127 changed files with 753 additions and 6168 deletions
@@ -2,11 +2,13 @@
$code-block
background: highlight-background
margin: 20px 0
padding: 15px
padding: 10px
overflow: auto
font-size: $code-font-size
color: highlight-foreground
line-height: $line-height-code-block
border: 2px solid #CCC
border-radius: 5px
$line-numbers
color: #666
@@ -16,13 +18,13 @@ pre, code
code
word-break: break-all
background: $gainsboro
text-shadow: 0 1px #fff
color: #c7254e
border-radius: 4px
padding: 0 0.3em
pre
@extend $code-block
code
background: none
text-shadow: none
padding: 0
.highlight
@extend $code-block
@@ -54,7 +54,7 @@
margin-right 15px
.post-content
position relative
color c-666
color c-444
img
max-width 100%
.post-excerpt
@@ -48,7 +48,7 @@ clearfix()
$code-font-size = 13px
$line-height-code-block = 1.6
$code-font-family = "Source Code Pro", Consolas, Monaco, Menlo, monospace
$gainsboro = #eee
$gainsboro = #f5ecee
$border-color = #ccc
$content-desktop-padding = 15px
$font-family-base = Consolas, Monaco, Menlo, monospace