Signature display colorFrom MozillaZine Knowledge Base
By default, Thunderbird displays the signature text, and the signature separator ("-- ") above it, in the color gray. If you wish to change this to another color, insert the following into your "userContent.css" file. /*
* Change display color of text and links in signature
*/
.moz-txt-sig, .moz-signature {
color: black !important;
}
.moz-txt-sig > a, .moz-signature > a {
color: blue !important;
}
The above example will make the signature text black and links in signatures blue. You can use other colors as desired. Notes:
[edit] See also |
|