/* 
This filter is used to convert all page to monochrome (black and white) using CSS filters.
NOTE: 
For all page, the css should be:
html { ... }

For specific page, like frontpage only:
html.layout-frontpage { ... }
*/

/* Copy or replace this file with grayscale Filter CSS for activation here */
