img.custom-emoji { 
    width: auto !important;
}

.hashtag,
.status__content a {
    background: linear-gradient(90deg, #baf 10%, #e7b 40%, #f77 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

