Update panel panel-primary link color
Created by: MarinaNitze
If you put a link in a panel-primary panel heading, the link color matches the panel heading color, rendering the link virtually invisible:
To change this, I put:
panel-primary a {
color: #fff;
}
in the custom.css file.