Member list page uses the GridView, so you may find other places where GridVew is used have the same problem such as under Administration > Content Manager.
If that is the case then you can fix all the grids like this:
.AspNet-GridView,
.AspNet-GridView a,
.AspNet-GridView a:link,
.AspNet-GridView a:visited,
.AspNet-GridView a:hover,
.AspNet-GridView a:active{ color: #000; }
Hope it helps,
Joe