Y a-t-il un moyen de changer le style des sujets épinglés dans la liste des sujets ?

There are two added classes to pinned topics in the topic list:

has-excerpt pinned

how can one change the style of these topics using these two styles? e.g. use larger fonts for the topic title in the topic list, or changes background color.

Something like this should work

.topic-list .pinned {
  background: red;
  .link-top-line {
    font-size: 1.5em;
  }
}

Thanks :heart:

I tried several ugly combinations (containing tr) and none had worked!