Last active
November 19, 2022 13:54
-
-
Save georgeh/f3b5b4a982402d6026c364a4dea8936e to your computer and use it in GitHub Desktop.
Makes the text box on Mastodon dark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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