Search hit item title not emphasized
I've tried all the theme options (swatches) for v2.5.0 and the discussion title is NOT emphasized so each discussion in a search tends to blend in with the rest.  I've added the following style to the theme style.css simply to get it highlighted.
.DataList .Title,
.DataList .Title a {
    font-weight: bold!important;
}
1