From: Gerhard van Huyssteen
I'm currently using [skin 2]. The little bar on the right-hand side that moves up and down as I move up and down, is currently green. Is there a way in which I can change the colour so that it matches the colour scheme of my website?

Work-around
Add below css
#skin2 .is-active-link::before {
background-color: blue;
}
From: Gerhard van Huyssteen
I'm currently using [skin 2]. The little bar on the right-hand side that moves up and down as I move up and down, is currently green. Is there a way in which I can change the colour so that it matches the colour scheme of my website?
Work-around
Add below css