Decolourize

Remove colour from font tag within div

by OjisanSeiuchi

HTML

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

CSS

div font  { 
  color: black;
}