If you apply the Obsidian Theme to your MySite, the Colleague tracker webpart might show some blank rows! It will look something like this,
On investigating further by selecting that area using the mouse, you find that the text is actually there. This happens because the background color and the text color are the same and hence we do not see the Text.
How do we fix this?
You need to modify the Obsidian style sheet file to fix this.
table.ms-qrblinks tr td a, table.ms-qrblinks tr td a:link, table.ms-qrblinks tr td a:visited, table.ms-qrblinks tr td a:hover {color:#ffffff;}
table.ms-qrblinks tr td a, table.ms-qrblinks tr td a:link, table.ms-qrblinks tr td a:visited, table.ms-qrblinks tr td a:hover {color:#ffffff;color:#ff0000;}