公祭日,将网站改成悼念灰黑色的方法

公祭日,将网站改成悼念灰黑色的方法

html{
filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-webkit-filter: grayscale(1);
}

  

原文地址:https://www.cnblogs.com/926803/p/12628743.html