Skip to content

Commit

Permalink
🐛 修复滚动条颜色配置项错误
Browse files Browse the repository at this point in the history
  • Loading branch information
zkqiang committed Dec 31, 2021
1 parent fad753d commit 5f8c0ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ color:
# Color of scrollbar
scrollbar_color: "#c4c6c9"
scrollbar_color_dark: "#687582"
scrollbar_color_hover: "#a6a6a6"
scrollbar_color_hover_dark: "#9da8b3"
scrollbar_hover_color: "#a6a6a6"
scrollbar_hover_color_dark: "#9da8b3"

# 主题字体配置
# Font
Expand Down
2 changes: 1 addition & 1 deletion source/css/_pages/_base/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ img[lazyload]
border-radius 6px

&:hover
background-color var(--scrollbar-color-hover)
background-color var(--scrollbar-hover-color)

::-webkit-scrollbar-corner
background-color transparent

0 comments on commit 5f8c0ca

Please sign in to comment.