Skip to content

Instantly share code, notes, and snippets.

@georgeh
Last active November 19, 2022 13:54
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 georgeh/f3b5b4a982402d6026c364a4dea8936e to your computer and use it in GitHub Desktop.
Save georgeh/f3b5b4a982402d6026c364a4dea8936e to your computer and use it in GitHub Desktop.
Makes the text box on Mastodon dark
/* ==UserStyle==
@name Mastodon dark text box
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("mastodon.social") {
.theme-default .autosuggest-textarea__textarea {
background-color: #323542 !important;
color: #fff !important;
}
.theme-default .compose-form__modifiers,
.theme-default .compose-form__buttons-wrapper {
background-color: #323542 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment