Makes the post box on Mastodon dark.
mastodonDarkPostBox by white-spaced

Details
Authorwhite-spaced
LicenseMIT
Categorymastodon.social
Created
Updated
Code size743 B
Code checksumd59d3b48
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
You may need to change the URL to make it work on your instance.
Source code
/* ==UserStyle==
@name mastodonDarkPostBox
@version 20230625.00.49
@namespace userstyles.world/user/white-spaced
@description Makes the post box on Mastodon dark.
@author white-spaced
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://wetdry.world") {
.compose-form .autosuggest-textarea__textarea,
.compose-form .autosuggest-textarea label .autosuggest-textarea__textarea,
.compose-form .compose-form__modifiers {
background-color: #282c37;
color: #FFF;
}
.compose-form__buttons-wrapper,
.compose-form .compose-form__buttons-wrapper {
background-color: #393f4f;
}
.icon-button.inverted,
.text-icon-button {
color: #9baec8;
}
.compose-form__buttons > hr {
border-left: 1px solid #606984;
}
}