Background & Text Color
HI All,
Set all the background to Black. Now i can't see the text ? How do i make that text to white?
Managed to make white text on side boxes but Not on Welcome text and Product details.
Is main.css TEXTAREA make that effect?
General styles
*/
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
COLOR: #000000;
FONT-SIZE: 11px;
}
A:link {
COLOR: #ffffff;
TEXT-DECORATION: none;
|