Does anybody know how to switch the text colour on the Quick Reply box and the general text interface to white from within the Dark Theme? At the moment the standard seems to be black text on a dark grey background and my ageing eyes are having problems with it. I've looked through the code, but not being up to speed on these things I couldn't see anything that stood out.
textarea, .bginput
{
background: #CFCFCF;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
Why did i not know about this sooner... darn