Here you go! By the way, this might be a solution for you too, @Jeff_Hager, to target different FABs
<pre><span><style>
.fab-target :nth-child(1) > * {
background-color: red !important;
}
.fab-target :nth-child(2) > * {
background-color: green !important;
}