.about__meta {display: none; }
.server-banner__meta { display: none; }

/* BELOW: from https://gist.github.com/ZoeBijl/581fb6f5575b2ef5b5a5b19906adffaf */

.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: 'Ribbit!';
  font-size: 1rem;
  display: block;
}

/* ABOVE: from https://gist.github.com/ZoeBijl/581fb6f5575b2ef5b5a5b19906adffaf */


