Skip to content

Instantly share code, notes, and snippets.

@aaronbieber
Created June 10, 2023 14:15
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 aaronbieber/ef7cb5eb3a4e8ab86f0001ca1c7209f2 to your computer and use it in GitHub Desktop.
Save aaronbieber/ef7cb5eb3a4e8ab86f0001ca1c7209f2 to your computer and use it in GitHub Desktop.
body.theme-mastodon-light form.compose-form div.autosuggest-textarea {
background-color: white;
}
body.theme-mastodon-light form.compose-form div.compose-form__autosuggest-wrapper {
background-color: white !important;
border: 1px solid var(--color-mud);
border-radius: 5px;
}
body.theme-mastodon-light form.compose-form div.autosuggest-textarea {
border-radius: 6px;
}
form.compose-form div.compose-form__buttons-wrapper {
margin-top: 5px;
background-color: white !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment