Skip to content

mastodonDarkPostBox by white-spaced

Screenshot of mastodonDarkPostBox

Details

Authorwhite-spaced

LicenseMIT

Categorymastodon.social

Created

Updated

Size743 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the post box on Mastodon dark.

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;
}
}

Reviews

No reviews yet.