🎨 代碼優化

This commit is contained in:
Jerry
2020-07-27 16:48:41 +08:00
Unverified
parent d2943bbbb1
commit f4f725bb93
10 changed files with 76 additions and 90 deletions

View File

@@ -50,7 +50,7 @@ $text-highlight-color = $font-color
$text-hover = $theme-color
$text-bg-hover = $theme-color
// code
$line-height-code-block = 20px
$line-height-code-block = 1.6
$blockquote-color = #6a737d
$blockquote-padding-color = $themeColorEnable ? convert(hexo-config('theme_color.blockquote_padding_color')) : #49B1F5
$blockquote-background-color = $themeColorEnable ? alpha(convert(hexo-config('theme_color.blockquote_background_color')), .1) : alpha($blockquote-padding-color, .1)