olton / Metro-UI-CSS

Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
http://metroui.org.ua/
MIT License
7k stars 1.97k forks source link

The 'net-server' and 'network' icons are grey #1874

Open stla opened 2 years ago

stla commented 2 years ago

Describe the bug The 'net-server' and 'network' icons appear in grey:

muiicons

To Reproduce

<div class="multi-action">
    <button class="action-button rotate-minus bg-red fg-white"
            onclick="$(this).toggleClass('active')">
        <span class="icon"><span class="mif-plus"></span></span>
    </button>
    <ul class="actions drop-right">
        <li class="bg-blue"><a href="#"><span class="mif-net-server"></span></a></li>
        <li class="bg-teal"><a href="#"><span class="mif-network"></span></a></li>
    </ul>
</div>

Expected behavior There should appear in white.

Screenshots muiicons

Desktop (please complete the following information):