Skip to content

Instantly share code, notes, and snippets.

@thcrt
Created July 6, 2023 16:51
Show Gist options
  • Save thcrt/52ca2268f0726c16a2dbdc333f0a0bac to your computer and use it in GitHub Desktop.
Save thcrt/52ca2268f0726c16a2dbdc333f0a0bac to your computer and use it in GitHub Desktop.
Replace "Publish!" with "Toot!" on Mastodon
.compose-form__publish-button-wrapper button {
font-size: 0;
}
.compose-form__publish-button-wrapper button::after {
font-size: 1rem;
content: "Toot!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment