We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97faabf commit 929da11Copy full SHA for 929da11
packages/@vuepress/plugin-back-to-top/BackToTop.vue
@@ -59,19 +59,19 @@ export default {
59
}
60
</script>
61
62
-<style scoped>
+<style lang='stylus' scoped>
63
.go-to-top {
64
cursor: pointer;
65
position: fixed;
66
bottom: 2rem;
67
right: 2.5rem;
68
width: 2rem;
69
- color: #72cda4;
+ color: $accentColor;
70
z-index: 1;
71
72
73
.go-to-top:hover {
74
- color: #3eaf7c;
+ color: lighten($accentColor, 30%);
75
76
77
@media (max-width: 959px) {
0 commit comments