How do I color the font awesome icon, especially the ones with white shade
For example I added the below css style to font awesome icon "fa fa-files-o", but that doesn't color the whole icon, only the outlines are showing in green.How can I ensure the whole icon has the colour?
.file-icon-green{
color: #36931a;
background-color: #3e935f;
}
<i class='fa fa-files-o file-icon-green'></i>