🎨 代碼優化

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

@@ -105,7 +105,6 @@ table
color: #F7F7F7
button
margin: 0
padding: 0
outline: 0
border: none

View File

@@ -123,9 +123,6 @@ blockquote
padding-left: .5rem
width: 100%
.line
height: 1rem
.highlight-tools
position: relative
overflow: hidden

View File

@@ -69,5 +69,3 @@
padding-top: .4rem
width: 130px
color: $reward-pop-up-color
text-align: center
word-break: break-all

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)