Styles pour Mastodon avec Stylus

Comme je saute sans arrêt d'une machine à l'autre, je vais les poser ici pour référence, ce sera plus simple :


html {
    scrollbar-color:inherit;
}

/* .modal-root__overlay {
    background:rgba(0,0,0,.6);
} */

.compose-form__poll-button {
    display:none;
}

.button:active, .button:focus, .button:hover {
    text-decoration:underline;
}

.fa-unlock {
    color:#4648ca;   
    /* offset-x | offset-y | blur-radius | color */
    text-shadow: 0 0 2px #fff; 
}
.fa-lock {
    color:#ae2323;
    text-shadow: 0 0 2px #fff; 
}

.fa-envelope {
    color:#C00000;
    text-shadow: 0 0 2px #fff; 
}

.fa-globe {
    color:rgb(72, 145, 87);
    text-shadow: 0 0 2px #fff; 
}
.status__wrapper-direct, .detailed-status-direct, [aria-label="Messages directs"] .scrollable {
      background:rgba(0,0,0,.1);
}
    

(Et puis si ça peut aider des gens…)