Skip to content

Instantly share code, notes, and snippets.

@djprmf
Created November 16, 2022 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djprmf/c1a20ab6ce2dd474feeff63a1fe56887 to your computer and use it in GitHub Desktop.
Save djprmf/c1a20ab6ce2dd474feeff63a1fe56887 to your computer and use it in GitHub Desktop.
/* Toot */
.compose-form__publish-button-wrapper > .button.button--block {
font-size: 0 !important;
}
.compose-form__publish-button-wrapper > .button.button--block::after {
content: "Toot!";
text-transform: none;
font-size: 15px;
position: relative;
bottom: -1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment