Skip to content

Commit 5f8c0ca

Browse files
committed
🐛 修复滚动条颜色配置项错误
1 parent fad753d commit 5f8c0ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ color:
187187
# Color of scrollbar
188188
scrollbar_color: "#c4c6c9"
189189
scrollbar_color_dark: "#687582"
190-
scrollbar_color_hover: "#a6a6a6"
191-
scrollbar_color_hover_dark: "#9da8b3"
190+
scrollbar_hover_color: "#a6a6a6"
191+
scrollbar_hover_color_dark: "#9da8b3"
192192

193193
# 主题字体配置
194194
# Font

source/css/_pages/_base/base.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ img[lazyload]
5757
border-radius 6px
5858

5959
&:hover
60-
background-color var(--scrollbar-color-hover)
60+
background-color var(--scrollbar-hover-color)
6161

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

0 commit comments

Comments
 (0)