Stylevars are missing. (4.1.0)
If you have trouble with pagination color, edit userprofile.css :
PHP Code:
.pagination span a, .pagination span a.popupctrl {
color: {vb:raw moduleinactive_link_color};
change to:
PHP Code:
.pagination span a, .pagination span a.popupctrl {
// color: {vb:raw moduleinactive_link_color};
color: #F87217;
(color: #F87217 is my choice, dark orange)
Or you can go to your userprofile and use Customize Profile, and Save as Site Default
I hope it can help you...