Page 1 of 1

Propose: Default signature text color

Posted: Mon Mar 26, 2012 6:58 pm
by CarLuver69
The CSS for default signature text is #000000, in other words - black. It's very difficult to see black text, so we're forced to use the silver color BB code to make it blend in nicely.

Here's the problem:

Code: Select all

.sign { color: #000000; font-size: 9px; }


Should be:

Code: Select all

.sign { color: silver; font-size: 9px; }


And that should fix the problem. While, I'm at it, you should increase the default size of the text - it's way too small and looks bad on bigger screens. I find 11px works fine.

With the bigger font size,

Code: Select all

.sign { color: silver; font-size:11px; }