Decolourize

Remove font color

by OjisanSeiuchi

HTML

<div>
  w<font color="#ff557f">ie</font>derholen.
</div>

CSS

div font  { 
  color: black;
}