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.