I noticed since my last Discourse update that the Last Seen text in the user card is much bigger than the rest and also bold. I checked and it is wrapped in <h3>
so I undid this by putting
#user-card .last-seen-metadata h3 {
font-size: unset;
font-weight: unset;
}
in the theme css.
No idea if this is an intended effect, so I wanted to share my experience.