[data-component~="components/matches/view/chat_message"] {
  .user {
    font-weight: bold;
    &::after {
      content: ":";
    }
  }
}