Existe alguma maneira de alterar o estilo dos tópicos fixos na lista de tópicos?

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!