Fork me on GitHub

CSS 页面整体变灰色

body {-webkit-filter: grayscale(100%) !important;-moz-filter: grayscale(100%) !important;-ms-filter: grayscale(100%) !important;-o-filter: grayscale(100%) !important;filter: grayscale(100%) !important;filter: gray !important;}

 

posted @ 2022-12-12 16:36  WantRemake  阅读(90)  评论(0编辑  收藏  举报