SeaMonkey Mailnews FAQ

Last updated on November 3, 2004.

How do I change the colour of the quoted text when composing messages?

Add this to your userContent.css (See Editing Config Files):

span[_moz_quote=true] {
color: green !important;
}

(Of course, you can change the colour to what ever you want.)

Maintainer: Asrail