Quote:
Originally Posted by thiago.eec
Checkout for the 'Color' property on CSS rules. To get a flexible design, it's better not to define colors, or use 'Color: inherit'.
|
That sounds like you're saying to not use inherit, but that's what the OP should fix in their CSS.
Code:
a.text-color {
color: inherit;
}