On Sat, 2014-12-27 at 03:36 -0500, Bob Goodwin wrote: > After fiddling with this for a few days I finally have > home/bobg/.mozilla/firefox/iexecg9r.default/chrome/userContent.css. > However finding the right parameters to change there is difficult to > the point where I can better spend my time doing other things. If you wish to pursue it, try just using this bit from my example CSS, as a starting point: * { color: white !important; background: black !important; } That makes *everything* white on black (the * wildcard applies it to all elements), so the whole page, all gadgets, etc., should all be painted that way. "color" set the foreground colour, white, in this case. "background" sets the background colour (and/or background image), black, in this case. The "!important" keyword means that your specifications are more important than the websites, so you override them. There's a chance that you can add the same stylesheet to your mail client, too, if you use one that uses HTML formatting (which can include plain text mail, if the client renders them using its HTML engine). -- tim@localhost ~]$ uname -rsvp Linux 3.17.6-200.fc20.i686 #1 SMP Mon Dec 8 15:42:32 UTC 2014 i686 All mail to my mailbox is automatically deleted, there is no point trying to privately email me, I will only read messages posted to the public lists. George Orwell's '1984' was supposed to be a warning against tyranny, not a set of instructions for supposedly democratic governments. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org