79590201

Date: 2025-04-24 09:12:12
Score: 1
Natty:
Report link

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.

Specificity in CSS

!important keyword

Try using !important keyword to force color change -

color: red !important;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mayankdv