N3RD/JN/dr_py/static/css/grey.css
2023-10-06 09:13:20 +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);
}