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;
}
}

.status a:not([href^="https://friends.nico/"]) .display-name:before {
content: '【連合】';
}
.status a[href*=".m.to/"] .display-name:before {
color: #AA0;
content: '【m.to】';
}

.status a[href^="https://knzk.me/"] .display-name:before {
color: #F00;
content: '【神崎】';
}

.status a[href^="https://mstdn.jp/"] .display-name:before {
color: #A00;
content: '【JP】';
}
.status a[href^="https://pawoo.net/"] .display-name:before {
color: #0AF;
content: '【Pawoo】';
}

.status a:not([href^="https://friends.nico/"]) .display-name:before {
content: '【連合】';
}

.status a[href*=".m.to/"] .display-name:before {
color: #AA0;
content: '【m.to】';
}

.status a[href^="https://knzk.me/"] .display-name:before {
color: #F00;
content: '【神崎】';
}

.status a[href^="https://mstdn.jp/"] .display-name:before {
color: #A00;
content: '【JP】';
}

.status a[href^="https://pawoo.net/"] .display-name:before {
color: #0AF;
content: '【Pawoo】';
}