Skip to content

Commit a2af31f

Browse files
authored
fix(BackToTop): use lighten for hover
1 parent b906fb6 commit a2af31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vuepress/plugin-back-to-top/BackToTop.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default {
7171
}
7272
7373
.go-to-top:hover {
74-
color: $accentColor;
74+
color: lighten($accentColor, 30%);
7575
}
7676
7777
@media (max-width: 959px) {

0 commit comments

Comments
 (0)