N3RD/JN/dr_py/static/css/grey.css
2023-07-12 21:50:31 +08:00

7 lines
136 B
CSS

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