common: generate optimised css file for light
[sheet.git] / common.inc.plp
index 3a51600e9eb061ba031657b0e6e64b36ac1cc519..cd0626a53d416f349758c24b3be306a00d63d76b 100644 (file)
@@ -117,6 +117,10 @@ sub Html {
                unless $PLP::sentheaders;
        unshift @{ $meta->{raw} }, stylesheet($meta->{stylesheet});
 
+       push @{ $meta->{raw} }, (
+               '<link rel="stylesheet" type="text/css" media="monochrome" href="/mono.css" title="light">',
+       );
+
        # optional amends
        push @{ $meta->{raw} }, (
                '<!--[if lte IE 6]><style> .help dl.legend dt {margin:0 0 1px} </style><![endif]-->',