Probably color is not changing owing to overriding due to inline styling or !important keyword used for slash element somewhere else. !important keyword and inline styling have highest and second highest specificity respectively.
Try using !important keyword to force color change -
color: red !important;