@import url("default.css");

/* Recently updated issue rows: just bold */
tr:has(td.column-last-modified > *) > td,
tr:has(td.column-last-modified > *) > td a {
    font-weight: 700 !important;
}
