diff --git a/src/style.css b/src/style.css index d546860..a6961f3 100644 --- a/src/style.css +++ b/src/style.css @@ -34,3 +34,10 @@ img { color: tomato ; } } + +@media print { + a[href] { + text-decoration: none ; + color: black ; + } +}