I finally installed Stylus because the default UI of Mastodon is a low-contrast homoglyph mess.

My styles, if you wanna copy:
“`
@-moz-document domain(“[your instance domain]”) {
html {
scrollbar-color: rgba(255,255,255,.5) rgba(0,0,0,.1);
}
body.system-font {
font-family: Cabin;
}
.status__content, .compose-form .autosuggest-textarea__textarea {
font-size: 1rem;
}
}
“`

@aardrian

Syndication Links

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.