home.social

#8c8dff — Public Fediverse posts

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

  1. @MGOPW found some more; checkboxes for content warning on photos:

    .compose-form__sensitive-button .checkbox.active {
    border-color: #8c8dff;
    background: #8c8dff;
    }

    privacy:
    .privacy-dropdown__option.active, .privacy-dropdown__option:hover {
    background: #6364ff;
    color: #fff;
    outline: 0;
    }

    content warning active:
    .text-icon-button.active {
    color: #8c8dff;
    }

    .language-dropdown__dropdown__results__item.active {
    background: #6364ff;
    color: #fff;
    outline: 0;
    }