View Single Post
Old 02-26-2004, 07:10 PM   #2
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
It's been a long time since I changed mine, but as I recall you change it in the styles.css file. Specifically, change these two classes from:
Quote:
.phpdigHighlight { color: #000000;
background-color: #FFBB00;
font-weight: bold; }
.phpdigMsg { background-color: #000066;
color: white;
font-weight: bold; }
to:
Quote:
.phpdigHighlight { background-color: #FFFFFF;
font-weight: bold; }
.phpdigMsg { background-color: #FFFFFF;
font-weight: bold; }
Hope this helps.
vinyl-junkie is offline   Reply With Quote