绰念模式css代码收藏备用

将代码放入css即可

/* 全局变灰 */
 html{
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

评论