Come si spiega che non riesco a cambiare il colore dei bottoncini SVG sotto?
Lo sfondo va… il path no.
@-moz-document domain(mastodon.cisti.org) {
div.compose-form__buttons {
background: pink; /*funziona */
}
}
@-moz-document domain(mastodon.cisti.org) {
div.compose-form__buttons icon.path {
stroke: #600; !important;
fill: #AA0; !important;
}
}