Opera Chat: Disabling annoying colors

People on IRC who use colors and other text effects annoy me. Which is why I have added the following to my im.css:

span[style] {
  font-weight: inherit!important;
  color: inherit!important;
  background: inherit!important;
  text-decoration: none!important;
  font-family: inherit!important;
  font-weight: inherit!important;
}

Simply put: This style declaration hides any color atrocities IRC cluebies might come up with.

This discussion has been closed. No further comments may be added.