/* Subject bold & blue for closed threads with unread message */
#threadTree tbody .children.collapsed[data-properties~="hasUnread"]
:where(td, .subject-line) {
font-weight: bold !important;
color: blue !important;
}
Perfekt ! das funktioniert gut,
Danke!