The colours.css file has a rule for the colour of the back to top icon on topics, this doesn't work because the icon has an "icon-gray" class assigned to it therefore the colour is overwritten by the rule for that instead.
File:
colours.css
|
Delete:
/* Back to top of page */
|
.top i {
|
color: #999999; |
}
|