网页“悼念模式”全站变灰/黑白色CSS代码

<style>
html {
filter:grayscale(100%);
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
-webkit-filter:grayscale(1);
}
</style>
posted @ 2022-11-30 15:15  VipSoft  阅读(105)  评论(0)    收藏  举报