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; +}