i changed :
select, input, textarea {
font-family: $*font_family; /* font for select boxes, input fields, and textareas */
font-size: 11px; /* font size, in pixels */
background-color: #555555; /* background color */
color: $*comp_fgcolor; /* font color */
so the area people post comments to my entries in are darker than the lighter grey of $*comp_bgcolor;
my problem is now there are ugly darker boxes around the checkboxes and selects.
is there any way to make this a little less scrappy?
thanks !