dr_py/static/css/grey.css
2023-04-23 21:04:12 +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);
}