img src SVG changing the styles with CSS

后端 未结 22 2361
予麋鹿
予麋鹿 2020-11-22 01:16

html

\"Logo\"

css

.logo-img path {
           


        
22条回答
  •  眼角桃花
    2020-11-22 02:01

    If you are just switching the image between the real color and the black-and-white, you can set one selector as:

    {filter:none;}

    and another as:

    {filter:grayscale(100%);}
    

提交回复
热议问题