We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b906fb6 commit a2af31fCopy full SHA for a2af31f
packages/@vuepress/plugin-back-to-top/BackToTop.vue
@@ -71,7 +71,7 @@ export default {
71
}
72
73
.go-to-top:hover {
74
- color: $accentColor;
+ color: lighten($accentColor, 30%);
75
76
77
@media (max-width: 959px) {
0 commit comments