<!-- Please don't delete this template or we'll close your issue --> <!-- Before creating an issue please make sure you are using the latest version of VuePress. --> <!-- Please confirm you will submit an issue. --> <!-- Issues which contain questions or support requests will be closed. --> <!-- (Update "[ ]" to "[x]" to check a box) --> - [x] I confirm that this is a issue rather than a question. <!-- Please ask questions via following several ways. --> <!-- https://vue-land.js.org/ --> <!-- https://forum.vuejs.org/ --> <!-- https://stackoverflow.com/questions/ask?tags=vuepress --> ## Bug report Changing $accentColor in palette.styl doesn't affect back-to-top arrow color. #### Version Alpha 30 #### Steps to reproduce Change $accentColor in palette.styl. All site color update except the back to top arrow. <!-- If you are reporting a bug that can ONLY be reproduced on your repository, PLEASE provide this repo link. That takes guessing work out of the way and saves us time. --> <!-- If your repo isn't public, you can use this boilerplate to create a proper reproduction repo quickly: https://github.com/ulivz/template-vuepress --> #### What is expected? The arrow should use accentColor. #### What is actually happening? The hex is hardcoded in css (not even stylus) #### Other relevant information - Your OS: macOS 10.14.1 - Node.js version: 9.8.0 - Browser version: Chrome 72 - Is this a global or local install? global - Which package manager did you use for the install? yarn