As can be seen in the image the text is in black when it should be white.
The fix is either adding color:#fff to this existing class .quick-icons .quickicon-text-xs
.quick-icons .quickicon-text-xs
or adding this new class
.j-links-link { color: fff; }
@C-Lodder @ciar4n
PR created... #17208
PR created... #17208