N3RD/JN/dr_py/static/css/grey.css

7 lines
136 B
CSS
Raw Normal View History

2023-07-12 21:50:31 +08:00
html{
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-ms-filter:grayscale(1);
-o-filter: grayscale(1);
filter: grayscale(1);
}