less/bootstrap/print.less
authorEdward <edward@roojs.com>
Fri, 7 Sep 2018 03:17:08 +0000 (11:17 +0800)
committerEdward <edward@roojs.com>
Fri, 7 Sep 2018 03:17:08 +0000 (11:17 +0800)
less/bootstrap/print.less

index f8ad486..5f1e8e1 100644 (file)
@@ -6,6 +6,17 @@
 // ==========================================================================
 
 @media print {
+/*    
+    *,
+    *:before,
+    *:after {
+        background: transparent !important;
+        color: #000 !important; // Black prints faster: h5bp.com/s
+        box-shadow: none !important;
+        text-shadow: none !important;
+    }
+*/
+
     a,
     a:visited {
         text-decoration: underline;