.ui__header__links [href="/publish"] span {
  display:none;
}

.compose-form__publish-button-wrapper .button {
  display: flex;
  font-size: 0;
}

.compose-form__publish-button-wrapper .button::after,
.ui__header__links [href="/publish"]::after {
  content: ' Rawr!';
  font-size: 1rem;
  display: block;
}

