.compose-form__publish-button-wrapper button, .ui__header__links .button {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

.compose-form__publish-button-wrapper button:after, .ui__header__links .button:after {
  content:'Yip!'; 
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

