Links display color - Thunderbird

From MozillaZine Knowledge Base
Revision as of 17:41, 18 September 2004 by Wintogreen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To change the color of links in messages that you view, insert the following code into your user.js file in your profile folder:

    //Color of links in messages
    user_pref("browser.anchor_color", "#000000");

In this example, #000000 is for black. For other colors, you can try this Color Blender.