Edit the CSS file: ../modules/mod_jw_srfr/mod_jw_srfr.css
Suppose u want to change the font color of feed timestamp, feed name, and feed description to yellow {#FDFF00 }, your CSS file would like as such:
/* feed item timestamp */
span.srfr_feeditemtitle {color:#FDFF00;margin-right:4px; font-size:9px;}
/* feed name */
a.srfr_feedname {color:#FDFF00}
a.srfr_feedname:hover {}
/* feed item description */
p.srfr_feeditemdesc {margin:0px;padding:2px 0px; font-size:10px; color:#FDFF00}
good luck