home.social

#282c37 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #282c37, aggregated by home.social.

  1. Stylusで投稿入力Textareaを黒背景にした
    こんな感じ

    /* ==UserStyle==
    @name fedibird.com
    @namespace github.com/openstyles/stylus
    @version 1.0.0
    @description A new userstyle
    @author Me
    ==/UserStyle== */
    @-moz-document url-prefix("fedibird.com") {
    textarea, .compose-form__upload-wrapper {
    background-color: #282c37 !important;
    color: #ffffff !important;
    }

    .compose-form .compose-form__buttons-wrapper {
    background-color: #282c37 !important;
    color: #ffffff !important;

    }
    }