From 685064e044233a83eb0eabe936556ad008c95a6d Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 18 Sep 2012 18:00:55 -0500 Subject: [PATCH] Remove colored links from print stylesheet --- print.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/print.css b/print.css index 0154129..2661b1e 100644 --- a/print.css +++ b/print.css @@ -7,3 +7,8 @@ pre { border: solid black 1px; } + +a:link { + color: inherit; + text-decoration: underline; +}