Luckily that uses the actinic.css style sheet so you can make changes to colours in there... setting it to work with white text in someplaces and not all will require a little thought so as not to set everything white... you can do this several ways... the "easiest" but most long winded is to create a new class selector and <span> tag the code you need in white ... or you can try creating a child selector of the <body> tag and assigning to various elements eg: <p> tags.
Comment