/* include custom text when applying */

#registration_new_user span.hint::after {
    content: '. This is mainly used to prevent spam bots; applications that look like they were written by people are generally accepted ASAP.';
}

/* hide list bullets on polls */

.poll li {
    list-style-type: none;
}

/* hide filtered posts */

.status__wrapper--filtered {
    display: none;
}

/* underline links */

.status__content a:not(.mention):not(.hashtag) {
    text-decoration: underline;
    text-decoration-color: rgb(217, 225, 232, 0.5);
}

.muted .status__content a:not(.mention) {
    text-decoration-color: rgb(96,105,132, 0.5);
}

.muted .status__content a:not(.mention):hover {
    text-decoration-color: currentcolor;
}

/* big holly glaceon emote */

.custom-emoji[alt=":big_holly_glaceon:"] {
    width: 280% !important;
    height: unset !important;

    /* unselected status */
    margin-left: -120% !important;
}

.detailed-status__wrapper .custom-emoji[alt=":big_holly_glaceon:"],
div[aria-label="Notifications"] .custom-emoji[alt=":big_holly_glaceon:"] {
    /* selected status */
    margin-left: -115% !important;
}

